summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-12-21 15:58:57 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-12-21 15:58:57 +0100
commit5d87487c386099c3d954df228a0b01b4edad2b82 (patch)
treed040458364b379a58a4c09e6576aade07ba255c0
parent5d40450a4bc3effb60e1600116457563aeb4a33e (diff)
downloadwatch-bz-5d87487c386099c3d954df228a0b01b4edad2b82.tar.gz
watch-bz-5d87487c386099c3d954df228a0b01b4edad2b82.tar.xz
watch-bz-5d87487c386099c3d954df228a0b01b4edad2b82.zip
be careful about unset variables
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rwxr-xr-xwatch-bz2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-bz b/watch-bz
index e619440..d5f1a2b 100755
--- a/watch-bz
+++ b/watch-bz
@@ -12,7 +12,7 @@
# - optionally set BZUSER to avoid the need to login manually before
# the "watch session"; you can set BZPASSWORD as well but be careful!
-#set -eu
+set -u
export LANG=C
HERE=$(dirname $0)