X-Git-Url: https://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/0984727e5376cebd26b5ff6e9469cfc63d0c756d..45cfafa56fe212d91c17421117810bdcb40e268d:/backmeupscotty?ds=inline 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