summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--helper/logging.inc2
1 files changed, 1 insertions, 1 deletions
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