Sorry for taking so long to reply, I had a SSD failure and it's taken this long
to get things up and running again.
SHELLOPTS='igncr'
doesn't work, but:
export SHELLOPTS
set -o igncr
does, so that is a viable workaround for Cygwin at least.
Setting these globally like this can break other thi
As per suggestions from Andreas, I am attaching a simplified version of the
patch implementing basic
checks for non-trivial NFSv4 acls
---
lib/file-has-acl.c | 24
1 file changed, 24 insertions(+)
diff --git a/lib/file-has-acl.c b/lib/file-has-acl.c
index e02f0626a..37b