summaryrefslogtreecommitdiffstats
path: root/helper/logging.inc
diff options
context:
space:
mode:
authorMichael Neves2013-02-28 18:02:32 +0100
committerMichael Neves2013-02-28 18:02:32 +0100
commit3c41c9612546bae8ab11c2f4976f4e6a6a9dce06 (patch)
treeefd9727adba6943af4e55b41952c85a53a55a513 /helper/logging.inc
parentsome fixes in init (diff)
downloadtm-scripts-3c41c9612546bae8ab11c2f4976f4e6a6a9dce06.tar.gz
tm-scripts-3c41c9612546bae8ab11c2f4976f4e6a6a9dce06.tar.xz
tm-scripts-3c41c9612546bae8ab11c2f4976f4e6a6a9dce06.zip
small touch up
Diffstat (limited to 'helper/logging.inc')
-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