1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

tweak temp file name to be more consistent

This commit is contained in:
Jim Meyering
2004-11-30 15:01:01 +00:00
parent 4ed96077e8
commit 16fbc3a5eb

View File

@@ -9,7 +9,7 @@ fi
. $srcdir/../lang-default
pwd=`pwd`
tmp=eq-x-$$
tmp=c-option.$$
trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
trap '(exit $?); exit' 1 2 13 15