From 45cfafa56fe212d91c17421117810bdcb40e268d Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Tue, 21 Jul 2015 00:15:17 +0200 Subject: [PATCH] fixed verbose output --- backmeupscotty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5