comparison config.bat @ 16489:a6df390c0f5e

Make sure `mv' supports forward slashes and -f.
author Richard M. Stallman <rms@gnu.org>
date Thu, 31 Oct 1996 19:53:19 +0000
parents 80562f089595
children 31e6205f80b6
comparison
equal deleted inserted replaced
16488:65c729d461c3 16489:a6df390c0f5e
73 Goto End 73 Goto End
74 :rmOk 74 :rmOk
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
82 Goto End 82 Goto End
83 :mvOk 83 :mvOk