diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-01 22:53:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-01 22:53:48 +0000 |
commit | 60deb68e22ee6297542d8219affe265f2f9d39d6 (patch) | |
tree | 45f5572024b9cd3a947f232e6bdc286a75e66dd5 /hints/solaris_2.sh | |
parent | b4a4e9047fa1640e4e960fdfc43c66366902e947 (diff) | |
download | perl-60deb68e22ee6297542d8219affe265f2f9d39d6.tar.gz |
detypo #5411 continues: Sun grep doesn't have -e.
p4raw-id: //depot/cfgperl@5414
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |