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 | 825733fe6423915b94d0908de33a3ff019ad5c52 (patch) | |
tree | 45f5572024b9cd3a947f232e6bdc286a75e66dd5 /hints/solaris_2.sh | |
parent | 5de021ad10723f0294354293d4a54ac5cb5c00db (diff) | |
download | perl-825733fe6423915b94d0908de33a3ff019ad5c52.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 |