X-Git-Url: http://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/a99ff50052a9c693c998e985ec526947e489141f..45cfafa56fe212d91c17421117810bdcb40e268d:/backmeupscotty 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