diff options
| author | Michael Neves | 2013-02-28 18:02:32 +0100 |
|---|---|---|
| committer | Michael Neves | 2013-02-28 18:02:32 +0100 |
| commit | 3c41c9612546bae8ab11c2f4976f4e6a6a9dce06 (patch) | |
| tree | efd9727adba6943af4e55b41952c85a53a55a513 | |
| parent | some fixes in init (diff) | |
| download | tm-scripts-3c41c9612546bae8ab11c2f4976f4e6a6a9dce06.tar.gz tm-scripts-3c41c9612546bae8ab11c2f4976f4e6a6a9dce06.tar.xz tm-scripts-3c41c9612546bae8ab11c2f4976f4e6a6a9dce06.zip | |
small touch up
| -rw-r--r-- | helper/logging.inc | 2 |
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 |
