This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[PATCH] is() undef/'' behavior change
[perl5.git] / hints / irix_6.sh
index c52a988..61eac6e 100644 (file)
@@ -53,7 +53,7 @@ cc=${cc:-cc}
 
 case "$cc" in
 *gcc*) ;;
-*) ccversion=`cc -version` ;;
+*) ccversion=`cc -version 2>&1` ;;
 esac
 
 case "$use64bitint" in