mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-30 17:50:58 +01:00
Merge of trunk revisions 1.15 and 1.16, unposted and 23070.
This commit is contained in:
parent
52ff349324
commit
34a3cb829f
1 changed files with 3 additions and 0 deletions
|
|
@ -131,6 +131,9 @@
|
|||
if [[ $OSTYPE == "cygwin" ]]; then
|
||||
print -u8 "Warning: not testing [[ -N file ]] (not supported on Cygwin)"
|
||||
true
|
||||
elif [[ "$(find . -prune -fstype nfs 2>/dev/null)" == "." ]]; then
|
||||
print -u8 "Warning: not testing [[ -N file ]] (not supported with NFS)"
|
||||
true
|
||||
else
|
||||
[[ -N newnewnew && ! -N unmodified ]]
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue