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