From: Jarkko Hietaniemi Date: Wed, 1 Mar 2000 22:49:44 +0000 (+0000) Subject: detypo #5411 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4a4e9047fa1640e4e960fdfc43c66366902e947;p=p5sagit%2Fp5-mst-13.2.git detypo #5411 p4raw-id: //depot/cfgperl@5413 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index e296034..9385ade 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")