summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-28 07:19:36 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-30 20:10:47 (GMT)
commita08a4c4b88fa2b2d770bda1fb1590ca80904fca7 (patch)
treeaa69007ee1ec6240ecb360adbf8e4e551389d4fd /scripts/functions
parenta78dc93b64e856d42516a1d854ad9e8e21c48afb (diff)
Allow for per-tool templates when creating overrides
... will be used to implement a smarter install wrapper. While there, correct the spelling of "OVERIDE". Signed-off-by: Alexey Neyman <stilor@att.net>
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/_/.}"