Update build.func
This commit is contained in:
parent
988d00240f
commit
efbd092e2f
@ -361,7 +361,7 @@ base_settings() {
|
||||
RAM_SIZE=${var_ram:-$RAM_SIZE}
|
||||
VERB=${var_verbose:-$VERBOSE}
|
||||
TAGS="${TAGS}${var_tags:-}"
|
||||
ENABLE_FUSE="${var_fuse:-${ENABLE_FUSE:-0}}"
|
||||
ENABLE_FUSE="${var_fuse:-${ENABLE_FUSE:-no}}"
|
||||
|
||||
# Since these 2 are only defined outside of default_settings function, we add a temporary fallback. TODO: To align everything, we should add these as constant variables (e.g. OSTYPE and OSVERSION), but that would currently require updating the default_settings function for all existing scripts
|
||||
if [ -z "$var_os" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user