summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-12-11 18:11:15 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-12-11 18:11:15 +0000
commita559786348e07b0f6087587c153f4f2fa06175e2 (patch)
tree3e2dfc3f954eecfad1525f54e8e2d3057362a730 /hints
parent239ca4f4759b435ace2fa30b1bcf0abec7118ec2 (diff)
downloadperl-a559786348e07b0f6087587c153f4f2fa06175e2.tar.gz
Fix where we look for the Sun/Solaris/Developer Studio compiler
The movable feast that is the sun/solaris/developer compiler
Diffstat (limited to 'hints')
-rw-r--r--hints/solaris_2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index ba368e6f3b..c68fbb036d 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -90,7 +90,7 @@ END
`
case "$cc" in
-'') for i in `ls -r /opt/sol*studio*/bin/cc` /opt/SUNWspro/bin/cc
+'') for i in `ls -r /opt/*studio*/bin/cc` /opt/SUNWspro/bin/cc
do
if test -f "$i"; then
cc=$i