diff options
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 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, |