diff options
Diffstat (limited to 'profiles/prefix/aix/profile.bashrc')
-rw-r--r-- | profiles/prefix/aix/profile.bashrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/prefix/aix/profile.bashrc b/profiles/prefix/aix/profile.bashrc new file mode 100644 index 0000000..5ca600a --- /dev/null +++ b/profiles/prefix/aix/profile.bashrc @@ -0,0 +1,7 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/profile.bashrc,v 1.4 2010/03/10 14:48:01 haubi Exp $ + +# never use /bin/sh as CONFIG_SHELL on AIX: it is ways too slow, +# as well as broken in some corner cases. +export CONFIG_SHELL=${BASH} |