mirror of
https://github.com/urbit/shrub.git
synced 2024-11-23 20:26:54 +03:00
sh/release-archive: 'set -e' in header [ci skip]
Bail out on encountering any errors.
This commit is contained in:
parent
6acb751560
commit
915bf1332f
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
usage() {
|
||||
local error="$1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user