extensions: don't export, declare -g

This commit is contained in:
Ricardo Pardini
2023-04-06 19:32:31 +02:00
parent 0d276c93e9
commit f6f621b9a1
12 changed files with 100 additions and 100 deletions

View File

@@ -1,5 +1,5 @@
function add_host_dependencies__cleanup_space_final_image_zerofree() {
export EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} zerofree"
declare -g EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} zerofree"
}
function post_customize_image__998_cleanup_apt_stuff() {