diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-31 19:53:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-31 19:53:19 +0000 |
commit | 27d5ddea08ddea1bae8f6c7488dc60bcfff693d5 (patch) | |
tree | da93e7f3db623ee0e98741c357028b8bb3b332da /config.bat | |
parent | 358d62bddd03965c9cefd0b76e9664648255d283 (diff) | |
download | emacs-27d5ddea08ddea1bae8f6c7488dc60bcfff693d5.tar.gz |
Make sure `mv' supports forward slashes and -f.
Diffstat (limited to 'config.bat')
-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 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
|