From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Wed, 1 Mar 2000 22:53:48 +0000 (+0000)
Subject: detypo #5411 continues: Sun grep doesn't have -e.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60deb68e22ee6297542d8219affe265f2f9d39d6;p=p5sagit%2Fp5-mst-13.2.git

detypo #5411 continues: Sun grep doesn't have -e.

p4raw-id: //depot/cfgperl@5414
---

diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index 9385ade..8ad616d 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -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