Remove dependency on bash.

This commit is contained in:
Darren Tucker 2021-04-23 14:53:32 +10:00
parent db1f9ab8fe
commit e3ba6574ed
2 changed files with 2 additions and 2 deletions

2
.github/run_test.sh vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
. .github/configs $1

2
.github/setup_ci.sh vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
case $(./config.guess) in
*-darwin*)