diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-16 09:30:36 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-16 09:30:36 -0700 |
commit | e6bc8dfe865668f16ea2c9b0991f1e7517f34250 (patch) | |
tree | 89e0d42b5ba243474995dab87731f1f1c46077b5 /scripts/functions | |
parent | bcaec4d80a1099a1039520cae47f11957809e217 (diff) | |
download | crosstool-ng-e6bc8dfe865668f16ea2c9b0991f1e7517f34250.tar.gz crosstool-ng-e6bc8dfe865668f16ea2c9b0991f1e7517f34250.tar.bz2 crosstool-ng-e6bc8dfe865668f16ea2c9b0991f1e7517f34250.zip |
Fix DoLog -> DoExecLog
Fixes #788.
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 5527fa21..1f1bf219 100644 --- a/scripts/functions +++ b/scripts/functions @@ -1961,7 +1961,7 @@ CT_DoExtractPatch() local overlay if [ ! -d "${CT_BUILD_DIR}/overlay" ]; then - CT_DoLog ALL mkdir -p "${CT_BUILD_DIR}/overlay" + CT_DoExecLog ALL mkdir -p "${CT_BUILD_DIR}/overlay" overlay="${CT_OVERLAY_LOCATION}/${CT_ARCH}_${CT_OVERLAY_NAME:-overlay}" ext=`CT_GetFileExtension "${overlay}"` if [ ! -r "${overlay}${ext}" ]; then |