From 9663837a53cce9df84da03a0f6f04bc8b2b30eca Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 31 Oct 1996 19:53:19 +0000 Subject: [PATCH] Make sure `mv' supports forward slashes and -f. --- config.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5