[openssh-commits] [openssh] 01/04: Quote SSHD_CONFOPTS in case it contains spaces.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Feb 18 10:11:05 AEDT 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 5c8f41ad100601ec2fdcbccdfe92890c31f81bbe
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Feb 18 09:59:09 2021 +1100

    Quote SSHD_CONFOPTS in case it contains spaces.
---
 .github/run_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/run_test.sh b/.github/run_test.sh
index c2173020..f698996d 100755
--- a/.github/run_test.sh
+++ b/.github/run_test.sh
@@ -14,7 +14,7 @@ else
     result=$?
 fi
 
-if [ ! -z ${SSHD_CONFOPTS} ]; then
+if [ ! -z "${SSHD_CONFOPTS}" ]; then
     echo "rerunning tests with TEST_SSH_SSHD_CONFOPTS='${SSHD_CONFOPTS}'"
     make t-exec TEST_SSH_SSHD_CONFOPTS="${SSHD_CONFOPTS}"
     result2=$?

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list