From: Richard M. Stallman Date: Sun, 13 Jul 1997 20:47:45 +0000 (+0000) Subject: Use `sed' instead of `cp', which might not be installed. X-Git-Tag: emacs-20.1~1179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45cdceb92243260895d83e099aaffbbf0bb2d6e8;p=emacs.git Use `sed' instead of `cp', which might not be installed. --- diff --git a/config.bat b/config.bat index dfd7505d39d..7216c5ba017 100644 --- a/config.bat +++ b/config.bat @@ -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.tmp :src4