summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-02 22:56:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-02 22:56:49 +0000
commite8e5d526ead5afadb48fbf7bcb46f1503c83f8d7 (patch)
tree9c29d5659173a0e4e41fe2c13bbdd1d72f9aa467 /hints
parentd76d4e46d13244c1183ebf9fb5f000d21c9deefa (diff)
downloadperl-e8e5d526ead5afadb48fbf7bcb46f1503c83f8d7.tar.gz
detypo
p4raw-id: //depot/cfgperl@5457
Diffstat (limited to 'hints')
-rw-r--r--hints/solaris_2.sh4
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")