mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-12 12:00:21 +02:00
put back mistakenly removed pwd= assignment
This commit is contained in:
@@ -12,6 +12,7 @@ LANG=C; export LANG
|
||||
|
||||
VERSION_CONTROL=numbered; export VERSION_CONTROL
|
||||
|
||||
pwd=`pwd`
|
||||
actual=actual-$$
|
||||
expected=expected-$$
|
||||
trap "cd $pwd; rm -rf $actual $expected dir" 0 1 2 3 15
|
||||
|
||||
Reference in New Issue
Block a user