mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
Include config.guess in debug output.
This commit is contained in:
parent
b7afd8a4ec
commit
b356b8e916
4
.github/setup_ci.sh
vendored
4
.github/setup_ci.sh
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user