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
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
1 changed files with 1 additions and 1 deletions

View File

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