From: Jarkko Hietaniemi Date: Thu, 2 Mar 2000 22:56:49 +0000 (+0000) Subject: detypo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e8e5d526ead5afadb48fbf7bcb46f1503c83f8d7;p=p5sagit%2Fp5-mst-13.2.git detypo p4raw-id: //depot/cfgperl@5457 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 8ad616d..b21c7a1 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")