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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user