Change 16378 by jhi@alpha on 2002/05/03 14:54:19
Comedy of typing errors.
Affected files ...
.... //depot/perl/hints/solaris_2.sh#79 edit
Differences ...
==== //depot/perl/hints/solaris_2.sh#79 (text) ====
Index: perl/hints/solaris_2.sh
--- perl/hints/solaris_2.sh.~1~ Fri May 3 09:00:05 2002
+++ perl/hints/solaris_2.sh Fri May 3 09:00:05 2002
@@ -95,15 +95,15 @@
EOCBU
case "$cc" in
-'') if test -f /opt/SUNwspro/bin/cc; then
- cat <<EOF
+'') if test -f /opt/SUNWspro/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/SUNwspro/bin/cc
+ cc=/opt/SUNWspro/bin/cc
fi
;;
esac
End of Patch.