This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4a4e90
)
detypo #5411 continues: Sun grep doesn't have -e.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 1 Mar 2000 22:53:48 +0000
(22:53 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 1 Mar 2000 22:53:48 +0000
(22:53 +0000)
p4raw-id: //depot/cfgperl@5414
hints/solaris_2.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
9385ade
..
8ad616d
100644
(file)
--- 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