[openssh-commits] [openssh] 02/03: Include config.guess in debug output.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon May 8 20:16:22 AEST 2023


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

dtucker pushed a commit to branch master
in repository openssh.

commit b356b8e91678ea295bcf44df5248c3fbf499fdcf
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon May 8 20:14:28 2023 +1000

    Include config.guess in debug output.
---
 .github/setup_ci.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 489114be..154f51bd 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -4,7 +4,9 @@ PACKAGES=""
 
  . .github/configs $@
 
-case "`./config.guess`" in
+host=`./config.guess`
+echo "config.guess: $host"
+case "$host" in
 *cygwin)
 	PACKAGER=setup
 	echo Setting CYGWIN system environment variable.

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


More information about the openssh-commits mailing list