mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 13:56:52 +00:00
Remove dependency on bash.
This commit is contained in:
parent
db1f9ab8fe
commit
e3ba6574ed
2
.github/run_test.sh
vendored
2
.github/run_test.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
. .github/configs $1
|
||||
|
||||
|
2
.github/setup_ci.sh
vendored
2
.github/setup_ci.sh
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
case $(./config.guess) in
|
||||
*-darwin*)
|
||||
|
Loading…
Reference in New Issue
Block a user