From: Jarkko Hietaniemi Date: Fri, 1 Sep 2000 21:48:32 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a7d309cae7f9b2c1ecd1bca493139c178cba46c;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/perl@6997 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index d729af2..462d74b 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -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.