completion and docs for dynamic loading on OS/390
[p5sagit/p5-mst-13.2.git] / hints / irix_6.sh
index 9190cee..32335a0 100644 (file)
@@ -49,7 +49,7 @@ case "$cc" in
     esac       
 esac
 
-test -z "$cc" && cc=cc
+cc=${cc:-cc}
 
 case "$cc" in
 *gcc*) ;;