Skip to content

Commit

Permalink
fix bash script options
Browse files Browse the repository at this point in the history
  • Loading branch information
rob93c committed Dec 21, 2024
1 parent 6a589ea commit b94f553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashupdate
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -eu pipefail
set -euo

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

0 comments on commit b94f553

Please sign in to comment.