summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-01 22:49:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-01 22:49:44 +0000
commitb4a4e9047fa1640e4e960fdfc43c66366902e947 (patch)
treec62197f0353f1c95e7339dc6000b2dfae30752f7 /hints/solaris_2.sh
parent8c38c51e0630cc3e80c813fdaf5a7948fd156160 (diff)
downloadperl-b4a4e9047fa1640e4e960fdfc43c66366902e947.tar.gz
detypo #5411
p4raw-id: //depot/cfgperl@5413
Diffstat (limited to 'hints/solaris_2.sh')
-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 e296034b8f..9385ade370 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")