summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-30 20:48:25 (GMT)
committerGitHub <noreply@github.com>2017-01-30 20:48:25 (GMT)
commit51bedaf27e5ead5a237acde9944d14342d44d031 (patch)
treeb77bf69afd45b11849d0d542928cad20d3c057cb /scripts/functions
parenta78dc93b64e856d42516a1d854ad9e8e21c48afb (diff)
parent7d1b203d06408f9dcc360095b46b8e73e870ee3c (diff)
Merge pull request #566 from stilor/fix-gentoo-hang
Fix gentoo hang
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index 4e2d67f..9489f18 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/_/.}"