about summary refs log tree commit diff
path: root/Completion/BSD/Command/_jexec
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_jexec')
-rw-r--r--Completion/BSD/Command/_jexec1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_jexec b/Completion/BSD/Command/_jexec
index 279812bbc..85829d10e 100644
--- a/Completion/BSD/Command/_jexec
+++ b/Completion/BSD/Command/_jexec
@@ -2,6 +2,7 @@
 
 _jexec_normal() {
   local PATH=$PATH
+  local -a _comp_priv_prefix
   # relative paths are relative to the jail's root
   path=( "$(command jls -j $words[1] path)"/$^path )
   shift 1 words; (( CURRENT-- ))