Skip to content

Commit 96b5f47

Browse files
committed
set -eou pipefail
1 parent 0a23296 commit 96b5f47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package/greposcope

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# rebuilderd-tools
77
# parallel
88

9+
set -eou pipefail
10+
911
progname="greposcope"
1012
tmp_dir="${TMPDIR:-/tmp}/${progname}-${UID}"
1113
rebuilderd_host="https://reproducible.archlinux.org"

0 commit comments

Comments
 (0)