1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-27 04:36:35 +02:00

Create and `cd' into temporary directory

before anything else.  Reported by Volker Borchert.
This commit is contained in:
Jim Meyering
2000-11-18 13:19:23 +00:00
parent 40af3c54b6
commit cde06a54ea
+2 -1
View File
@@ -23,7 +23,8 @@ null=.mv-null
dir=.mv-dir
framework_failure=0
mkdir $tmp || framework_failure=1
cd $tmp || framework_failure=1
rm -f $null || framework_failure=1
mknod $null p || framework_failure=1
mkdir -p $dir/a/b/c $dir/d/e/f || framework_failure=1