grep -s means different things on different systems; do not use it
authorceriel <none@none>
Thu, 28 Jul 1988 18:47:21 +0000 (18:47 +0000)
committerceriel <none@none>
Thu, 28 Jul 1988 18:47:21 +0000 (18:47 +0000)
first/first

index dd32199..974af58 100755 (executable)
@@ -290,7 +290,7 @@ ABC
        echo "target optimizers do not work on Xenix; disabling their use"
        for i in ../lib/*/descr
        do
-               if grep -s "name asopt" $i
+               if grep "name asopt" $i > /dev/null 2>&1
                then
                        if [ -f $i.top ]
                        then