This commit is contained in:
Marc Beninca 2024-11-25 18:30:35 +01:00
parent a8da17d196
commit 1bc166a046
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -56,6 +56,7 @@ sh_log_warn() {
_sh_log() {
local prefix="${1}"
shift
[ ${#} -gt 0 ] || set -- ""
local line
for line in "${@}"; do
if [ -n "${prefix}" ]; then