X-Git-Url: http://git.treefish.org/~alex/backmeupscotty.git/blobdiff_plain/0ac890d894ff248395d933ffc45c55583a51a243..45cfafa56fe212d91c17421117810bdcb40e268d:/backmeupscotty?ds=inline diff --git a/backmeupscotty b/backmeupscotty index 1daddb8..5aa72cc 100644 --- a/backmeupscotty +++ b/backmeupscotty @@ -10,7 +10,7 @@ _ERROR_ENCOUNTERED=0 _UPPERME=$(echo $(basename $0) | tr '[:lower:]' '[:upper:]') function timestamp { - echo $(date +"[%y-%m-%d %H:%M:%S]") + date +"[%y-%m-%d %H:%M:%S]" } function scottyline { @@ -18,7 +18,7 @@ function scottyline { } function scottyinfo { - if ($_ERROR_ENCOUNTERED -eq 0); then + if [ $_ERROR_ENCOUNTERED -eq 0 ]; then scottyline $@ else scottyline $@ >&2