detypo #5411 continues: Sun grep doesn't have -e.
Jarkko Hietaniemi [Wed, 1 Mar 2000 22:53:48 +0000 (22:53 +0000)]
p4raw-id: //depot/cfgperl@5414

hints/solaris_2.sh

index 9385ade..8ad616d 100644 (file)
@@ -65,7 +65,7 @@ case "$ccisworkshop" in
 #include <sunmath.h>
 int main() { return(0); }
 EOF
-       workshoplibs=`cc -### try.c -lsunmath -o try 2>&1|grep -e -Y|sed 's%.* -Y "P,\(.*\)".*%\1%'|tr ':' '\n'|grep '/SUNWspro/'|sort -u`
+       workshoplibs=`cc -### try.c -lsunmath -o try 2>&1|grep " -Y "|sed 's%.* -Y "P,\(.*\)".*%\1%'|tr ':' '\n'|grep '/SUNWspro/'|sort -u`
        loclibpth="$loclibpth $workshoplibs"
        ;;
 esac