Make sure `mv' supports forward slashes and -f.
This commit is contained in:
parent
380e25b8ff
commit
9663837a53
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue