From 83f98229026b2595ff6be1ac2311fd83847e8b06 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 9 May 2025 15:54:14 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index cfde492..34bed16 100644 --- a/misc/core.func +++ b/misc/core.func @@ -96,7 +96,7 @@ if [ -z "${VERBOSE+x}" ]; then else echo "DEBUG: VERBOSE (pre): '$VERBOSE'" fi - +VERBOSE="${1:-no}" set_std_mode() { if [ "$VERBOSE" = "yes" ]; then STD=""