From f45c9cb8f2b331a51aec64349b6287b22a482c5e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Fri, 23 Jun 2000 08:05:41 +0000 Subject: compinit some more (12043) --- Completion/Core/compinit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Completion') diff --git a/Completion/Core/compinit b/Completion/Core/compinit index ed1b6b1fb..15eae2607 100644 --- a/Completion/Core/compinit +++ b/Completion/Core/compinit @@ -348,13 +348,13 @@ if [[ -n "$_i_check" ]]; then typeset _i_q # We search for: - # - world/group-writable directories in fpath not owned by root or the user + # - world/group-writable directories in fpath not owned by root and the user # - parent-directories of directories in fpath that are world/group-writable - # and not owned by root or the user (that would allow someone to put a + # and not owned by root and the user (that would allow someone to put a # digest file for one of the directories into the parent directory) - # - digest files for one of the directories in fpath not owned by root or + # - digest files for one of the directories in fpath not owned by root and # the user - # - and for files in directories from fpath not owned by root or the user + # - and for files in directories from fpath not owned by root and the user # (including zwc files) _i_wdirs=( ${^fpath}(Nf:g+w:,f:o+w:,^u0u${EUID}) -- cgit 1.4.1