Use sed' instead of cp', which might not be installed.

This commit is contained in:
Richard M. Stallman 1997-07-13 20:47:45 +00:00
parent f4dee5826e
commit 45cdceb922

View file

@ -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