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

This commit is contained in:
ceriel
1995-08-14 15:09:59 +00:00
parent 6f0543c1a3
commit 0180e9da44
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
: '$Id$'
grep '^#' y.tab.h >tokendefs
ed - $1 <<'!Funky!Stuff!'
ed -s $1 <<'!Funky!Stuff!'
g/^#/d
1,$s/\([^ ]*\)[ ][ ]*\(.*\)/ sy_p=lookup("\1",symkeyw,newsymbol);sy_p->sy_value.syv_keywno=\2;/
1i