]> git.eshelyaron.com Git - emacs.git/commitdiff
Make sure `mv' supports forward slashes and -f.
authorRichard M. Stallman <rms@gnu.org>
Thu, 31 Oct 1996 19:53:19 +0000 (19:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 31 Oct 1996 19:53:19 +0000 (19:53 +0000)
config.bat

index 8f8b4b6629be5f3e00ff668eebbc476990bf3bae..dfd7505d39d154e2fb082726b4a22b936f5a13df 100644 (file)
@@ -75,7 +75,7 @@ Goto End
 Echo Checking whether 'mv' is available...\r
 rm -f junk.1 junk.2\r
 echo foo >junk.1\r
-mv junk.1 junk.2\r
+mv junk.1 ./junk.2\r
 If Exist junk.2 Goto mvOk\r
 Echo To configure 'Emacs' you need to have 'mv'!\r
 rm -f junk.1\r