added -L flag

This commit is contained in:
ceriel
1988-07-13 18:32:06 +00:00
parent cdb8531b9a
commit c29ac899da
13 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
if ns -c $1 1>&2
if ns -c -L $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi