Skip to content

Commit

Permalink
ci: change shebang to use bash shell for some ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed Dec 10, 2023
1 parent a5ecb8d commit ae51e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/download-and-unpack.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# https://stackoverflow.com/a/13350100/710693
set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/get-latest-libcurl-version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -eu

git ls-remote --tags https://github.com/curl/curl.git \
Expand Down

0 comments on commit ae51e10

Please sign in to comment.