diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-09-13 19:48:42 +0300 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-09-26 07:59:42 +0000 |
commit | e6604a4dbe27f47e1c7f869847acedb8b382cb8f (patch) | |
tree | ab941ac40ce5a487fd81f078d483f609f27e8ff7 /hints | |
parent | 3155e0b0b510ed7522ef21f1acd786768d4fede8 (diff) | |
download | perl-e6604a4dbe27f47e1c7f869847acedb8b382cb8f.tar.gz |
AIX hints missinga >&4
Message-ID: <20020913134842.GD8929@lyta.hut.fi>
p4raw-id: //depot/perl@17919
Diffstat (limited to 'hints')
-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 cfaf8f48c5..2ef55f21f0 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -218,7 +218,7 @@ cc*|xlc*) # cc should've been set by line 116 or so if empty. *) if test ! -x /QOpenSys/usr/bin/$cc; then # The /QOpenSys/usr/bin/$cc saves us if we are # building natively in OS/400 PASE. - cat <<EOF + cat >&4 <<EOF *** *** You either implicitly or explicitly specified an IBM C compiler, |