diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-03 14:54:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-03 14:54:19 +0000 |
commit | c678381b084202026a0d6e62687c36328f2a3c6f (patch) | |
tree | aed042260cec8f4b73bb22ef0cfc1838e34d02c7 /hints/solaris_2.sh | |
parent | 6d9c22d0b7cba3d5f20c813a575e26027ee6e966 (diff) | |
download | perl-c678381b084202026a0d6e62687c36328f2a3c6f.tar.gz |
Comedy of typing errors.
p4raw-id: //depot/perl@16378
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r-- | hints/solaris_2.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 95fc3fda68..138be7b628 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 <<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 |