'ed -' is no longer supported by some systems. Use 'ed -s'

This commit is contained in:
ceriel
1995-08-14 08:08:56 +00:00
parent 525eb1f1a4
commit c587ca287e
5 changed files with 18 additions and 18 deletions

View File

@@ -77,7 +77,7 @@ do
mk_makefile $SRC_HOME/mach/proto/ncg/proto.make | sed -e "/#MACH_DEFINE/,/^MACH/s/=.*/= $i/" > Makefile
if [ -f $SRC_HOME/mach/$i/ncg/table_dir ]
then
ed - Makefile <<EOF
ed -s Makefile <<EOF
/^#TABLE_DEFINE/+1r $SRC_HOME/mach/$i/ncg/table_dir
w
q