From: Richard M. Stallman Date: Thu, 31 Oct 1996 19:53:19 +0000 (+0000) Subject: Make sure `mv' supports forward slashes and -f. X-Git-Tag: emacs-20.1~3455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9663837a53cce9df84da03a0f6f04bc8b2b30eca;p=emacs.git Make sure `mv' supports forward slashes and -f. --- 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