summaryrefslogtreecommitdiff
path: root/config.bat
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-31 19:53:19 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-31 19:53:19 +0000
commit9663837a53cce9df84da03a0f6f04bc8b2b30eca (patch)
tree6690275b74069b6c392f4a38c7c187ab25dd0401 /config.bat
parent380e25b8ff3b90f5e532641c5c3f891eed6e00f0 (diff)
downloademacs-9663837a53cce9df84da03a0f6f04bc8b2b30eca.tar.gz
Make sure `mv' supports forward slashes and -f.
Diffstat (limited to 'config.bat')
-rw-r--r--config.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.bat b/config.bat
index 8f8b4b6629b..dfd7505d39d 100644
--- a/config.bat
+++ b/config.bat
@@ -75,7 +75,7 @@ Goto End
Echo Checking whether 'mv' is available...
rm -f junk.1 junk.2
echo foo >junk.1
-mv junk.1 junk.2
+mv junk.1 ./junk.2
If Exist junk.2 Goto mvOk
Echo To configure 'Emacs' you need to have 'mv'!
rm -f junk.1