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:
6d9c22d
)
Comedy of typing errors.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 3 May 2002 14:54:19 +0000
(14:54 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 3 May 2002 14:54:19 +0000
(14:54 +0000)
p4raw-id: //depot/perl@16378
hints/solaris_2.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/solaris_2.sh
b/hints/solaris_2.sh
index
95fc3fd
..
138be7b
100644
(file)
--- a/
hints/solaris_2.sh
+++ b/
hints/solaris_2.sh
@@
-95,15
+95,15
@@
esac
EOCBU
case "$cc" in
-'') if test -f /opt/SUN
w
spro/bin/cc; then
- cat <<EOF
+'') if test -f /opt/SUN
W
spro/bin/cc; then
+ cat <<EOF
>&4
You specified no cc but you seem to have the Workshop compiler installed,
using that. If you want something else, specify that in the command line,
e.g. Configure -Dcc=gcc
EOF
- cc=/opt/SUN
w
spro/bin/cc
+ cc=/opt/SUN
W
spro/bin/cc
fi
;;
esac