Skip to content

Commit db6e040

Browse files
author
River MacLeod
committed
This is a bash script, not sh. (pipefail doesn't work).
1 parent 5156af6 commit db6e040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22
set -euo pipefail
33

44
cd "$(dirname "$0")/.."

scripts/open.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22
set -euo pipefail
33

44
cd "$(dirname "$0")/.."

0 commit comments

Comments
 (0)