From 3c41c9612546bae8ab11c2f4976f4e6a6a9dce06 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 28 Feb 2013 18:02:32 +0100 Subject: small touch up --- helper/logging.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/logging.inc b/helper/logging.inc index 42906e1e..eb20775c 100644 --- a/helper/logging.inc +++ b/helper/logging.inc @@ -19,7 +19,7 @@ set_quiet () { } unset_quiet () { - if [ "x$MLTK_QUIET" = "x1" ]; then + if [ "x$MLTK_QUIET" == "x1" ]; then exec 1>&6 6>&- exec 2>&7 7>&- exec 6>&2 -- cgit v1.2.3-55-g7522