Fix compilation issue
See https://aur.archlinux.org/pkgbase/linux-clear#comment-1003116
This commit is contained in:
parent
a50b50bd58
commit
0bc05764dc
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue