From: Jarkko Hietaniemi Date: Fri, 3 May 2002 14:54:19 +0000 (+0000) Subject: Comedy of typing errors. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c678381b084202026a0d6e62687c36328f2a3c6f;p=p5sagit%2Fp5-mst-13.2.git Comedy of typing errors. p4raw-id: //depot/perl@16378 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 95fc3fd..138be7b 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -95,15 +95,15 @@ esac EOCBU case "$cc" in -'') if test -f /opt/SUNwspro/bin/cc; then - cat <&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