From: Darren Tucker Date: Mon, 8 May 2023 10:14:28 +0000 (+1000) Subject: Include config.guess in debug output. X-Git-Tag: V_9_4_P1~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b356b8e91678ea295bcf44df5248c3fbf499fdcf;p=thirdparty%2Fopenssh-portable.git Include config.guess in debug output. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 489114be8..154f51bdc 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.