From 2698b61837ab374ad383285129ac8818a703979e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 19 Feb 2013 19:32:38 +0000 Subject: 31055: missing $ in compaudit search of /proc file system --- Completion/compaudit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/compaudit b/Completion/compaudit index 5eaa41e14..75742a0fb 100644 --- a/Completion/compaudit +++ b/Completion/compaudit @@ -97,7 +97,7 @@ local _i_exe # If we can find out who owns the executable, we will allow files to # be owned by that user, too. The argument is that if you don't trust # the owner of the executable, it's way too late to worry about it now... -for _i_exe in _i_exes; do +for _i_exe in $_i_exes; do if [[ -e $_i_exe ]] ;then if zmodload -F zsh/stat b:zstat 2>/dev/null; then local -A _i_stathash -- cgit 1.4.1