diff options
author | Gary L. Armstrong <unknown> | 2003-09-10 16:30:32 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-09-10 15:31:27 +0000 |
commit | f3e3647f58abe84ab587df00172f93587eec8beb (patch) | |
tree | 3a52917e02663c7d0d1bab782f1f4ac6043194d9 /hints/aix.sh | |
parent | dd16ca434349ec57ac2e1587f3ff27aed9c465e9 (diff) | |
download | perl-f3e3647f58abe84ab587df00172f93587eec8beb.tar.gz |
[perl #23778] hints/aix.sh
From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
p4raw-id: //depot/perl@21163
Diffstat (limited to 'hints/aix.sh')
-rw-r--r-- | hints/aix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 04eba5237f..bf1667bd4f 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -142,7 +142,7 @@ case "$cc" in ccdlflags='-Xlinker' if [ "X$gccversion" = "X" ]; then # Done too late in Configure if hinted - gccversion=`$cc --version | sed 's/.*(GCC) *//` + gccversion=`$cc --version | sed 's/.*(GCC) *//'` fi ;; *) ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -v '\.msg\.[A-Za-z_]*\.' | awk '{print $1,$2}'` |