mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
Fix DoLog -> DoExecLog
Fixes #788. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
bcaec4d80a
commit
e6bc8dfe86
@ -1961,7 +1961,7 @@ CT_DoExtractPatch()
|
|||||||
local overlay
|
local overlay
|
||||||
|
|
||||||
if [ ! -d "${CT_BUILD_DIR}/overlay" ]; then
|
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}"
|
overlay="${CT_OVERLAY_LOCATION}/${CT_ARCH}_${CT_OVERLAY_NAME:-overlay}"
|
||||||
ext=`CT_GetFileExtension "${overlay}"`
|
ext=`CT_GetFileExtension "${overlay}"`
|
||||||
if [ ! -r "${overlay}${ext}" ]; then
|
if [ ! -r "${overlay}${ext}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user