Jim Meyering
112efa81f2
Replace all occurrences of `(exit N); exit' with
...
`(exit N); exit N'. Otherwise, those many tests could exit with
improper exit status when exiting via e.g., a trapped interrupt.
Thanks to a report from Bob Proulx.
2004-06-23 15:07:00 +00:00
Jim Meyering
306c8e8b4f
Lots of clean-up:
...
E.g.,
(exit $fail); exit
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd $pwd; rm -rf $t0 && exit $status' 0
2002-04-19 21:55:30 +00:00
Jim Meyering
deb79403bd
*** empty log message ***
2001-01-10 09:41:15 +00:00
Jim Meyering
9f43a52210
*** empty log message ***
2001-01-10 09:40:47 +00:00
Jim Meyering
d1da062806
*** empty log message ***
2001-01-09 23:13:08 +00:00
Jim Meyering
902dacb46a
*** empty log message ***
2001-01-09 15:50:13 +00:00