Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-23 | Replace all occurrences of `(exit N); exit' with | Jim Meyering | |
`(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. | |||
2002-10-08 | Use double quotes around diagnostic. | Jim Meyering | |
2002-06-15 | *** empty log message *** | Jim Meyering | |
2002-06-15 | Use better trap. | Jim Meyering | |
trap 'status=$?; cd $pwd; chmod -R 700 $t0; rm -rf $t0 && exit $status' 0 | |||
2002-06-15 | *** empty log message *** | Jim Meyering | |