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:
8c38c51
)
detypo #5411
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 1 Mar 2000 22:49:44 +0000
(22:49 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 1 Mar 2000 22:49:44 +0000
(22:49 +0000)
p4raw-id: //depot/cfgperl@5413
hints/solaris_2.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
e296034
..
9385ade
100644
(file)
--- a/
hints/solaris_2.sh
+++ b/
hints/solaris_2.sh
@@
-56,8
+56,8
@@
esac
# Here's another draft of the perl5/solaris/gcc sanity-checker.
-test -z
$"`{
cc:-cc} -V 2>/dev/null|grep -i workshop`" || ccisworkshop="$define"
-test -z
$"`{
cc:-cc} -v 2>/dev/null|grep -i gcc`" || ccisgcc="$define"
+test -z
"`{$
cc:-cc} -V 2>/dev/null|grep -i workshop`" || ccisworkshop="$define"
+test -z
"`{$
cc:-cc} -v 2>/dev/null|grep -i gcc`" || ccisgcc="$define"
case "$ccisworkshop" in
"$define")