diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-30 12:48:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-30 12:48:25 -0800 |
commit | 51bedaf27e5ead5a237acde9944d14342d44d031 (patch) | |
tree | b77bf69afd45b11849d0d542928cad20d3c057cb /scripts/functions | |
parent | a78dc93b64e856d42516a1d854ad9e8e21c48afb (diff) | |
parent | 7d1b203d06408f9dcc360095b46b8e73e870ee3c (diff) | |
download | crosstool-ng-51bedaf27e5ead5a237acde9944d14342d44d031.tar.gz crosstool-ng-51bedaf27e5ead5a237acde9944d14342d44d031.tar.bz2 crosstool-ng-51bedaf27e5ead5a237acde9944d14342d44d031.zip |
Merge pull request #566 from stilor/fix-gentoo-hang
Fix gentoo hang
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index 4e2d67f9..9489f186 100644 --- a/scripts/functions +++ b/scripts/functions @@ -1289,7 +1289,7 @@ CT_Patch() { fi done - if [ "${CT_OVERIDE_CONFIG_GUESS_SUB}" = "y" ]; then + if [ "${CT_OVERRIDE_CONFIG_GUESS_SUB}" = "y" ]; then CT_DoLog ALL "Overiding config.guess and config.sub" for cfg in config_guess config_sub; do eval ${cfg}="${CT_LIB_DIR}/scripts/${cfg/_/.}" |