[openssh-commits] [openssh] 01/01: Add a bit more debug output.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Aug 19 15:13:14 AEST 2022


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

dtucker pushed a commit to branch master
in repository openssh.

commit fd6ee741ab16714b7035d60aca924123ba28135a
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Aug 19 15:12:57 2022 +1000

    Add a bit more debug output.
---
 .github/setup_ci.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index b0657bd0..0f98d774 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -4,11 +4,13 @@
 
 case "`./config.guess`" in
 *cygwin)
+	set -x
 	echo Setting CYGWIN sustem environment variable.
 	setx CYGWIN "binmode"
 	id
 	chmod -R go-rw /cygdrive/d/a
 	umask 077
+	set +x
 	;;
 *-darwin*)
 	brew install automake

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


More information about the openssh-commits mailing list