Skip to content

Commit 387be3b

Browse files
authored
Merge pull request #2503 from flatcar/krnowak/local-x-fix
build_library/build_image_util: Fix local exporting
2 parents d2514c2 + d4db435 commit 387be3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_library/build_image_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ zip_update_tools() {
9595

9696
info "Generating update tools zip"
9797
# Make sure some vars this script needs are exported
98-
local -x REPO_MANIFESTS_DIR SCRIPTS_DIR
98+
local -x REPO_MANIFESTS_DIR=${REPO_MANIFESTS_DIR} SCRIPTS_DIR=${SCRIPTS_DIR}
9999
"${BUILD_LIBRARY_DIR}/generate_au_zip.py" \
100100
--arch "$(get_sdk_arch)" --output-dir "${BUILD_DIR}" --zip-name "${update_zip}"
101101
}

0 commit comments

Comments
 (0)