summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2017-09-29 19:57:42 +0200
committerOliver Bestwalter <oliver.bestwalter@avira.com>2017-09-29 19:57:42 +0200
commitcb6420266e856f883bdfc0a6cb288b200ee2bed7 (patch)
tree2b40bc290af32b626b705fdd28a306cfa7ab5169 /tasks
parent0e1678f5cbd531fe074e2b343546730f19e6b6b3 (diff)
downloadtox-git-cb6420266e856f883bdfc0a6cb288b200ee2bed7.tar.gz
remove debug flag
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/pra.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/pra.sh b/tasks/pra.sh
index 827f450d..340125de 100755
--- a/tasks/pra.sh
+++ b/tasks/pra.sh
@@ -2,7 +2,7 @@
# Personal Release Assistant (TM)
-set -xe
+set -e
if [ -z "$1" ]; then
echo "workflow: $0 <command> [arg]"