Fix compilation issue

See https://aur.archlinux.org/pkgbase/linux-clear#comment-1003116
This commit is contained in:
JeremyStar™ 2024-12-23 00:50:18 +01:00
parent a50b50bd58
commit 0bc05764dc
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -272,7 +272,7 @@ _error() {
echo -e ":: ERROR: ${*//\\n/\\n }" echo -e ":: ERROR: ${*//\\n/\\n }"
} }
_debug_msg() { _debug_msg() {
[ -n "${_debug_script}" ] && echo ":: debug: ${*}" [ -n "${_debug_script}" ] && echo ":: debug: ${*}" || :
} }
_debug_call() { _debug_call() {
local function="${1}" local function="${1}"