gt
This commit is contained in:
parent
80463e9213
commit
47188ffedd
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ _sh_main_commands() {
|
|||
_sh_main_log() {
|
||||
case "${-}" in
|
||||
*i*)
|
||||
[ -n "${1}" ] || set -- ""
|
||||
[ ${#} -gt 0 ] || set -- ""
|
||||
local line
|
||||
for line in "${@}"; do
|
||||
echo "${line}"
|
||||
|
|
Loading…
Reference in a new issue