From: Alexander Schmidt Date: Mon, 20 Jul 2015 22:15:17 +0000 (+0200) Subject: fixed verbose output X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/commitdiff_plain/45cfafa56fe212d91c17421117810bdcb40e268d fixed verbose output --- diff --git a/backmeupscotty b/backmeupscotty index 80392a3..5aa72cc 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -18,7 +18,7 @@ function scottyline { } function scottyinfo { - if ($_ERROR_ENCOUNTERED -eq 0); then + if [ $_ERROR_ENCOUNTERED -eq 0 ]; then scottyline $@ else scottyline $@ >&2