diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-07-13 20:47:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-07-13 20:47:45 +0000 |
commit | 45cdceb92243260895d83e099aaffbbf0bb2d6e8 (patch) | |
tree | 31cee5bc6d939a75252acdf86bcf5d9b83e16001 /config.bat | |
parent | f4dee5826e43e51c29bbaa4edf653a811ed95f72 (diff) | |
download | emacs-45cdceb92243260895d83e099aaffbbf0bb2d6e8.tar.gz |
Use `sed' instead of `cp', which might not be installed.
Diffstat (limited to 'config.bat')
-rw-r--r-- | config.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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.in >config.tmp
:src4
|