comparison make-dist @ 2317:4fb5b10c0f10

Fix a nasty bug --- the cleanup production was nuking the generated tar file!
author Eric S. Raymond <esr@snark.thyrsus.com>
date Mon, 22 Mar 1993 19:23:41 +0000
parents a47c59ea019b
children 368fe26e6f33
comparison
equal deleted inserted replaced
2316:58b646d9fefc 2317:4fb5b10c0f10
284 ) 284 )
285 fi 285 fi
286 286
287 if [ "${clean_up}" = yes ]; then 287 if [ "${clean_up}" = yes ]; then
288 echo "Cleaning up the staging directory." 288 echo "Cleaning up the staging directory."
289 rm -rf ${tempparent} 289 rm -rf ${tempdir}
290 fi 290 fi
291 291
292 ### make-dist ends here 292 ### make-dist ends here