Skip to content

Commit 5e6dd8a

Browse files
committed
CI: Use bash instead of sh
In preparation for using `pushd`/`popd` use `bash` to run the CI script instead of `sh`.
1 parent cf5f103 commit 5e6dd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/test.sh

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

33
set -ex
44

0 commit comments

Comments
 (0)