1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-08 01:29:13 +02:00

Change temp file names to accommodate DOS 8.3 file name limitation.

This commit is contained in:
Jim Meyering
2002-06-15 07:56:40 +00:00
parent 06b1f74288
commit 9da59fff0d
+2 -2
View File
@@ -6,8 +6,8 @@ if test "$VERBOSE" = yes; then
mv --version
fi
ff=force-file
ff2=force-file-2
ff=mvforce
ff2=mvforce2
framework_failure=0
rm -f $ff $ff2 || framework_failure=1