aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/.github/setup_ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/.github/setup_ci.sh')
-rwxr-xr-xcrypto/openssh/.github/setup_ci.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/.github/setup_ci.sh b/crypto/openssh/.github/setup_ci.sh
index e4480e614f31..691c70dd7ed6 100755
--- a/crypto/openssh/.github/setup_ci.sh
+++ b/crypto/openssh/.github/setup_ci.sh
@@ -7,10 +7,10 @@ PACKAGES=""
case "`./config.guess`" in
*cygwin)
PACKAGER=setup
- echo Setting CYGWIN sustem environment variable.
+ echo Setting CYGWIN system environment variable.
setx CYGWIN "binmode"
- chmod -R go-rw /cygdrive/d/a
- umask 077
+ echo Removing extended ACLs so umask works as expected.
+ setfacl -b . regress
PACKAGES="$PACKAGES,autoconf,automake,cygwin-devel,gcc-core"
PACKAGES="$PACKAGES,make,openssl-devel,zlib-devel"
;;