From b94f384c7b823626dbac40a1eb262736677a4ec2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 15:49:03 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/core.func b/misc/core.func index dddded9..a607ca3 100644 --- a/misc/core.func +++ b/misc/core.func @@ -9,6 +9,12 @@ # } # fi +if ! declare -f wait_for >/dev/null; then + wait_for() { + true + } +fi + declare -A MSG_INFO_SHOWN=() SPINNER_PID="" SPINNER_ACTIVE=0