diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-01 22:49:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-03-01 22:49:44 +0000 |
commit | b4a4e9047fa1640e4e960fdfc43c66366902e947 (patch) | |
tree | c62197f0353f1c95e7339dc6000b2dfae30752f7 /hints/solaris_2.sh | |
parent | 8c38c51e0630cc3e80c813fdaf5a7948fd156160 (diff) | |
download | perl-b4a4e9047fa1640e4e960fdfc43c66366902e947.tar.gz |
detypo #5411
p4raw-id: //depot/cfgperl@5413
Diffstat (limited to 'hints/solaris_2.sh')
-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 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") |