From 60deb68e22ee6297542d8219affe265f2f9d39d6 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 1 Mar 2000 22:53:48 +0000 Subject: detypo #5411 continues: Sun grep doesn't have -e. p4raw-id: //depot/cfgperl@5414 --- hints/solaris_2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hints') diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 9385ade370..8ad616d6da 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -65,7 +65,7 @@ case "$ccisworkshop" in #include 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 -- cgit v1.2.1