aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-18 00:34:13 -0300
committerEuAndreh <eu@euandre.org>2021-02-18 00:34:13 -0300
commit92bfa3c5f06558cebcfa06bf78159e76254e07fd (patch)
treeee598ef10e126c7a7ecb46dcf80fdd60934bdb7d
parentGenerate report.sh after CI finishes (diff)
downloadremembering-92bfa3c5f06558cebcfa06bf78159e76254e07fd.tar.gz
remembering-92bfa3c5f06558cebcfa06bf78159e76254e07fd.tar.xz
report.sh: Remove set -x option
-rwxr-xr-xaux/ci/report.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh
index cb7242f..b82c061 100755
--- a/aux/ci/report.sh
+++ b/aux/ci/report.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-set -eux
+set -eu
PROJECT_UC="$1"