Skip to content

Commit

Permalink
Merge pull request #2503 from flatcar/krnowak/local-x-fix
Browse files Browse the repository at this point in the history
build_library/build_image_util: Fix local exporting
  • Loading branch information
krnowak authored Dec 4, 2024
2 parents d2514c2 + d4db435 commit 387be3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_library/build_image_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ zip_update_tools() {

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

0 comments on commit 387be3b

Please sign in to comment.