diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-27 23:19:36 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-30 12:10:47 -0800 |
commit | a08a4c4b88fa2b2d770bda1fb1590ca80904fca7 (patch) | |
tree | aa69007ee1ec6240ecb360adbf8e4e551389d4fd /scripts/functions | |
parent | a78dc93b64e856d42516a1d854ad9e8e21c48afb (diff) | |
download | crosstool-ng-a08a4c4b88fa2b2d770bda1fb1590ca80904fca7.tar.gz crosstool-ng-a08a4c4b88fa2b2d770bda1fb1590ca80904fca7.tar.bz2 crosstool-ng-a08a4c4b88fa2b2d770bda1fb1590ca80904fca7.zip |
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/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/_/.}" |