diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-20 15:56:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-20 15:56:49 +0100 |
commit | 4c194c205d638cca21110d504b816be12d49eed0 (patch) | |
tree | d2d6b2a52e2ee25c9e7bf3d25facf331abae8c37 | |
parent | 5aad8994e84438e939be2f1f3accb4e75b4b0202 (diff) | |
download | jenkins.debian.net-4c194c205d638cca21110d504b816be12d49eed0.tar.xz |
be less verbose
-rwxr-xr-x | bin/d-i_check_jobs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh index 617f0eac..04cc0ead 100755 --- a/bin/d-i_check_jobs.sh +++ b/bin/d-i_check_jobs.sh @@ -6,7 +6,7 @@ # # default settings # -set -x +#set -x set -e export LC_ALL=C export http_proxy="http://localhost:3128" |