]> git.treefish.org Git - backmeupscotty.git/commitdiff
fixed verbose output
authorAlexander Schmidt <alex@treefish.org>
Mon, 20 Jul 2015 22:15:17 +0000 (00:15 +0200)
committerAlexander Schmidt <alex@treefish.org>
Mon, 20 Jul 2015 22:15:17 +0000 (00:15 +0200)
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