Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_library/build_image_util: Fix local exporting #2503

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

krnowak
Copy link
Member

@krnowak krnowak commented Dec 4, 2024

Apparently local -x FOO does not locally export an already existing variable, but rather does some whole weird lot of nothing - it shadows an existing variable with a new unset one, but it won't export it until it gets assigned.

Apparently `local -x FOO` does not locally export an already existing
variable, but rather does some whole weird lot of nothing - it shadows
an existing variable with a new unset one, but it won't export it
until it gets assigned.
@krnowak krnowak merged commit 387be3b into main Dec 4, 2024
1 check was waiting
@krnowak krnowak deleted the krnowak/local-x-fix branch December 4, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants