Use sed' instead of
cp', which might not be installed.
This commit is contained in:
parent
f4dee5826e
commit
45cdceb922
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ rm -f paths.tmp
|
|||
|
||||
rem Create "config.h"
|
||||
rm -f config.h2 config.tmp
|
||||
cp config.in config.tmp
|
||||
sed -e '' config.in > config.tmp
|
||||
if "%X11%" == "" goto src4
|
||||
sed -f ../msdos/sed2x.inp <config.in >config.tmp
|
||||
:src4
|
||||
|
|
Loading…
Add table
Reference in a new issue