Detypo.
Jarkko Hietaniemi [Fri, 1 Sep 2000 21:48:32 +0000 (21:48 +0000)]
p4raw-id: //depot/perl@6997

hints/hpux.sh

index d729af2..462d74b 100644 (file)
@@ -107,8 +107,9 @@ esac
 
 case `$cc -v 2>&1`"" in
 *gcc*) ccisgcc="$define" ;;
-*) ccisgcc='' ;;
-   ccversion=`which cc | xargs what | grep Compiler | awk '{print $2}'` ;;
+*) ccisgcc=''
+   ccversion=`which cc | xargs what | grep Compiler | awk '{print $2}'`
+   ;;
 esac
 
 # Determine the architecture type of this system.