1
0
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:
Jim Meyering
1999-01-19 03:04:12 +00:00
parent 67a1a846c4
commit 509abea3f1
+1
View File
@@ -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