From 92bfa3c5f06558cebcfa06bf78159e76254e07fd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 18 Feb 2021 00:34:13 -0300 Subject: report.sh: Remove set -x option --- aux/ci/report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux') 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" -- cgit v1.2.3