diff -r 9f7946c892da -r 0a44fc4d6bd0 scripts/crosstool-NG.sh.in --- a/scripts/crosstool-NG.sh.in Sun Aug 02 20:06:06 2009 +0200 +++ b/scripts/crosstool-NG.sh.in Sun Aug 02 20:06:44 2009 +0200 @@ -67,6 +67,7 @@ sh) CT_SHELL="/bin/sh";; ash) CT_SHELL="/bin/ash";; bash) CT_SHELL="${BASH}";; + custom) CT_SHELL="${CT_CONFIG_SHELL_CUSTOM_PATH}";; esac # Check the user is using an existing SHELL to be used by ./configure and Makefiles