Mercurial > emacs
changeset 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 | 65c729d461c3 |
children | 92289a4265ed |
files | config.bat |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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