Use /bin/bash when generating README

set -o pipefail is a bashism that not all shells support. Notably, this
fails with the default /bin/sh on GitHub Actions Linux runners
This commit is contained in:
Nick Groenen
2023-09-26 09:08:56 +02:00
parent 5985ad70d6
commit 4c74371b9e

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
set -euo pipefail set -euo pipefail