empty
This commit is contained in:
parent
a8da17d196
commit
1bc166a046
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ sh_log_warn() {
|
||||||
_sh_log() {
|
_sh_log() {
|
||||||
local prefix="${1}"
|
local prefix="${1}"
|
||||||
shift
|
shift
|
||||||
|
[ ${#} -gt 0 ] || set -- ""
|
||||||
local line
|
local line
|
||||||
for line in "${@}"; do
|
for line in "${@}"; do
|
||||||
if [ -n "${prefix}" ]; then
|
if [ -n "${prefix}" ]; then
|
||||||
|
|
Loading…
Reference in a new issue