Skip to content

Commit b94f553

Browse files
committed
fix bash script options
1 parent 6a589ea commit b94f553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashupdate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
set -eu pipefail
2+
set -euo
33

44
# Usage: hashupdate <FILE> <NAME> <VERSION>
55
URL_TEMPLATE=$(grep "$2_URL=" "$1" | sed -E 's/.*="(.*)"/\1/')

0 commit comments

Comments
 (0)