1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-07 01:08:15 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
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 687ef9f9fe *** empty log message *** 2001-01-10 10:29:57 +00:00
Jim Meyering 4e1f4a8496 *** empty log message *** 2001-01-10 10:27:09 +00:00
Jim Meyering c1485dd854 *** empty log message *** 2001-01-10 09:58:43 +00:00
Jim Meyering 35099b35ba *** empty log message *** 2001-01-10 09:56:04 +00:00