Age | Commit message (Collapse) | Author |
|
Reported by Peter O'Gorman here:
http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/5766
|
|
diagnostic when failing to copy through a symlink-to-inaccessible-dir.
|
|
`(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.
|
|
hard-coding something not quite equivalent. Reported by Paul Jarc.
|
|
|
|
E.g.,
(exit $fail); exit
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd $pwd; rm -rf $t0 && exit $status' 0
|
|
|
|
|
|
|