# HG changeset patch # User Richard M. Stallman # Date 846791599 0 # Node ID a6df390c0f5e95dffc83841fbcb5461dc5ea1924 # Parent 65c729d461c382fbe2d1b8b08cecd69e4d3d92d6 Make sure `mv' supports forward slashes and -f. diff -r 65c729d461c3 -r a6df390c0f5e config.bat --- a/config.bat Thu Oct 31 17:58:56 1996 +0000 +++ b/config.bat Thu Oct 31 19:53:19 1996 +0000 @@ -75,7 +75,7 @@ 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