]> git.treefish.org Git - backmeupscotty.git/blobdiff - backmeupscotty
fixed verbose output
[backmeupscotty.git] / backmeupscotty
index 80392a3b277ca6144651f413c4cd312a583e40c2..5aa72cc790e31a27b3387c453ebe53b1da71f6bb 100644 (file)
@@ -18,7 +18,7 @@ function scottyline {
 }
 
 function scottyinfo {
-    if ($_ERROR_ENCOUNTERED -eq 0); then
+    if [ $_ERROR_ENCOUNTERED -eq 0 ]; then
        scottyline $@
     else
        scottyline $@ >&2