diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-18 00:33:36 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-18 00:33:36 -0300 |
| commit | 27539a915e43e34b5ae41ca5681b3fc1e1163ea2 (patch) | |
| tree | b6532c2359df7864bbb29c9836248278b37f9469 /aux | |
| parent | fake-symlinks: Finalize ci-build.sh and report.sh (diff) | |
| download | dotfiles-27539a915e43e34b5ae41ca5681b3fc1e1163ea2.tar.gz dotfiles-27539a915e43e34b5ae41ca5681b3fc1e1163ea2.tar.xz | |
report.sh: Remove set -x option
Diffstat (limited to 'aux')
| -rwxr-xr-x | aux/ci/report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh index cb7242fa..b82c0618 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -1,5 +1,5 @@ #!/bin/sh -set -eux +set -eu PROJECT_UC="$1" |
