summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-01 22:53:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-01 22:53:48 +0000
commit60deb68e22ee6297542d8219affe265f2f9d39d6 (patch)
tree45f5572024b9cd3a947f232e6bdc286a75e66dd5 /hints/solaris_2.sh
parentb4a4e9047fa1640e4e960fdfc43c66366902e947 (diff)
downloadperl-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.sh2
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