diff options
| author | Richard M. Stallman | 1997-07-13 20:47:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-13 20:47:45 +0000 |
| commit | 45cdceb92243260895d83e099aaffbbf0bb2d6e8 (patch) | |
| tree | 31cee5bc6d939a75252acdf86bcf5d9b83e16001 | |
| parent | f4dee5826e43e51c29bbaa4edf653a811ed95f72 (diff) | |
| download | emacs-45cdceb92243260895d83e099aaffbbf0bb2d6e8.tar.gz emacs-45cdceb92243260895d83e099aaffbbf0bb2d6e8.zip | |
Use `sed' instead of `cp', which might not be installed.
| -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 | |||
| 129 | 129 | ||
| 130 | rem Create "config.h" | 130 | rem Create "config.h" |
| 131 | rm -f config.h2 config.tmp | 131 | rm -f config.h2 config.tmp |
| 132 | cp config.in config.tmp | 132 | sed -e '' config.in > config.tmp |
| 133 | if "%X11%" == "" goto src4 | 133 | if "%X11%" == "" goto src4 |
| 134 | sed -f ../msdos/sed2x.inp <config.in >config.tmp | 134 | sed -f ../msdos/sed2x.inp <config.in >config.tmp |
| 135 | :src4 | 135 | :src4 |