blob: 5ca600ae3b0b48dfd5a7fb4b5d0a600163e20245 (
plain)
1
2
3
4
5
6
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}
|