aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
75Echo Checking whether 'mv' is available... 75Echo Checking whether 'mv' is available...
76rm -f junk.1 junk.2 76rm -f junk.1 junk.2
77echo foo >junk.1 77echo foo >junk.1
78mv junk.1 junk.2 78mv junk.1 ./junk.2
79If Exist junk.2 Goto mvOk 79If Exist junk.2 Goto mvOk
80Echo To configure 'Emacs' you need to have 'mv'! 80Echo To configure 'Emacs' you need to have 'mv'!
81rm -f junk.1 81rm -f junk.1