[openssh-commits] [openssh] 01/02: Remove dependency on bash.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 23 15:13:39 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit e3ba6574ed69e8b7af725cf5e8a9edaac04ff077
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Apr 23 14:53:32 2021 +1000
Remove dependency on bash.
---
.github/run_test.sh | 2 +-
.github/setup_ci.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/run_test.sh b/.github/run_test.sh
index 1d1ecbf3..7ef17697 100755
--- a/.github/run_test.sh
+++ b/.github/run_test.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
. .github/configs $1
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 6240ef06..61fd9725 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
case $(./config.guess) in
*-darwin*)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list