mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02: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
|
. .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
|
case $(./config.guess) in
|
||||||
*-darwin*)
|
*-darwin*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user