diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 21:48:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 21:48:32 +0000 |
commit | 9a7d309cae7f9b2c1ecd1bca493139c178cba46c (patch) | |
tree | 4a6fb158b326395fc3de26f690de36289b9d5670 /hints/hpux.sh | |
parent | 89f574976c5e64039212ad5e7b80ffe29c4f587f (diff) | |
download | perl-9a7d309cae7f9b2c1ecd1bca493139c178cba46c.tar.gz |
Detypo.
p4raw-id: //depot/perl@6997
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index d729af2cf5..462d74b5e6 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. |