This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
detypo
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 2 Mar 2000 22:56:49 +0000 (22:56 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 2 Mar 2000 22:56:49 +0000 (22:56 +0000)
p4raw-id: //depot/cfgperl@5457

hints/solaris_2.sh

index 8ad616d..b21c7a1 100644 (file)
@@ -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")