projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4dee58
)
Use `sed' instead of `cp', which might not be installed.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jul 1997 20:47:45 +0000
(20:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Jul 1997 20:47:45 +0000
(20:47 +0000)
config.bat
patch
|
blob
|
history
diff --git
a/config.bat
b/config.bat
index dfd7505d39d154e2fb082726b4a22b936f5a13df..7216c5ba01791fb48d630e0096b3b8501100f407 100644
(file)
--- a/
config.bat
+++ b/
config.bat
@@
-129,7
+129,7
@@
rm -f paths.tmp
\r
rem Create "config.h"
\r
rm -f config.h2 config.tmp
\r
-
cp config.in
config.tmp
\r
+
sed -e '' config.in >
config.tmp
\r
if "%X11%" == "" goto src4
\r
sed -f ../msdos/sed2x.inp <config.in >config.tmp
\r
:src4
\r