diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-16 17:54:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-16 17:54:14 -0700 |
commit | 73e8b0b228e29f6cac1b186cbcb7e3d1a47711ac (patch) | |
tree | 05b70b3bcb19098ccec1c7a95af5a3cdcf4eaebd /scripts/functions | |
parent | f555602f6622eaf45bab6b28101eb2e5ba44bc7b (diff) | |
parent | 9b076a39abf04442245738bf434cc35a85f502ca (diff) | |
download | crosstool-ng-73e8b0b228e29f6cac1b186cbcb7e3d1a47711ac.tar.gz crosstool-ng-73e8b0b228e29f6cac1b186cbcb7e3d1a47711ac.tar.bz2 crosstool-ng-73e8b0b228e29f6cac1b186cbcb7e3d1a47711ac.zip |
Merge pull request #801 from stilor/regressions
Regressions
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 6ce53b05..ed8eb677 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 |