diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 16:02:54 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 16:02:54 +0000 |
commit | 268357abc053f0fa9425f32e84a3a9bfb298aebd (patch) | |
tree | a245fec740950e7b7efb906866b2fd5eae66935a /Completion/Cygwin/Command/.distfiles | |
parent | 3bd094b1bc6f7381ee9e003a8fccc645d73c7a22 (diff) | |
download | zsh-268357abc053f0fa9425f32e84a3a9bfb298aebd.tar.gz zsh-268357abc053f0fa9425f32e84a3a9bfb298aebd.tar.xz zsh-268357abc053f0fa9425f32e84a3a9bfb298aebd.zip |
unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command.
Diffstat (limited to 'Completion/Cygwin/Command/.distfiles')
-rw-r--r-- | Completion/Cygwin/Command/.distfiles | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Cygwin/Command/.distfiles b/Completion/Cygwin/Command/.distfiles index d2622cdd5..eec683b01 100644 --- a/Completion/Cygwin/Command/.distfiles +++ b/Completion/Cygwin/Command/.distfiles @@ -1,7 +1,7 @@ DISTFILES_SRC=' .distfiles _cygcheck _cygpath _cygrunsrv _cygserver -_cygstart _dumper _getclip _getfacl +_cygstart _dumper _getclip _mkshortcut _mkzsh _pscp _putclip -_readshortcut _setfacl +_readshortcut ' |