From efbd092e2faa8fdfccff1fe079edf3567eae3acc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 26 Mar 2025 08:40:27 +0100 Subject: [PATCH] Update build.func --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 0ec6e64..71792e4 100644 --- a/misc/build.func +++ b/misc/build.func @@ -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