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() {
|
_sh_main_log() {
|
||||||
case "${-}" in
|
case "${-}" in
|
||||||
*i*)
|
*i*)
|
||||||
[ -n "${1}" ] || set -- ""
|
[ ${#} -gt 0 ] || set -- ""
|
||||||
local line
|
local line
|
||||||
for line in "${@}"; do
|
for line in "${@}"; do
|
||||||
echo "${line}"
|
echo "${line}"
|
||||||
|
|
Loading…
Reference in a new issue