diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/solaris_2.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 8ad616d6da..b21c7a1e86 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -56,8 +56,8 @@ esac # Here's another draft of the perl5/solaris/gcc sanity-checker. -test -z "`{$cc:-cc} -V 2>/dev/null|grep -i workshop`" || ccisworkshop="$define" -test -z "`{$cc:-cc} -v 2>/dev/null|grep -i gcc`" || ccisgcc="$define" +test -z "`${cc:-cc} -V 2>/dev/null|grep -i workshop`" || ccisworkshop="$define" +test -z "`${cc:-cc} -v 2>/dev/null|grep -i gcc`" || ccisgcc="$define" case "$ccisworkshop" in "$define") |