Skip to content

Commit

Permalink
Use sed' instead of cp', which might not be installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Jul 13, 1997
1 parent e4f226c commit a7a1751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7a1751

Please sign in to comment.