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