mirror of git://anongit.mindrot.org/openssh.git
Include config.guess in debug output.
This commit is contained in:
parent
b7afd8a4ec
commit
b356b8e916
|
@ -4,7 +4,9 @@ PACKAGES=""
|
||||||
|
|
||||||
. .github/configs $@
|
. .github/configs $@
|
||||||
|
|
||||||
case "`./config.guess`" in
|
host=`./config.guess`
|
||||||
|
echo "config.guess: $host"
|
||||||
|
case "$host" in
|
||||||
*cygwin)
|
*cygwin)
|
||||||
PACKAGER=setup
|
PACKAGER=setup
|
||||||
echo Setting CYGWIN system environment variable.
|
echo Setting CYGWIN system environment variable.
|
||||||
|
|
Loading…
Reference in New Issue