about summary refs log tree commit diff
path: root/Completion/Solaris/Command/_pfexec
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-24 07:02:11 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-28 07:16:39 +0000
commit1955cceec79107b6571646b695d334df8e4a6cd8 (patch)
tree4acf7ec7315d5361561254e1d2088886342c2c47 /Completion/Solaris/Command/_pfexec
parenta81f280bfa185ba1df9c5ffee535631e4f1736f4 (diff)
downloadzsh-1955cceec79107b6571646b695d334df8e4a6cd8.tar.gz
zsh-1955cceec79107b6571646b695d334df8e4a6cd8.tar.xz
zsh-1955cceec79107b6571646b695d334df8e4a6cd8.zip
40011: Make $_comp_priv_prefix only declared when required, and use that to have chgrp offer all groups under doas, ssh, etc as well.
Diffstat (limited to 'Completion/Solaris/Command/_pfexec')
-rw-r--r--Completion/Solaris/Command/_pfexec1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Solaris/Command/_pfexec b/Completion/Solaris/Command/_pfexec
index 2afaf317b..2519c3cdc 100644
--- a/Completion/Solaris/Command/_pfexec
+++ b/Completion/Solaris/Command/_pfexec
@@ -22,6 +22,7 @@ _privset() {
 }
 
 _pfexec() {
+	local -a _comp_priv_prefix
  	_arguments \
 		'-P[privileges to acquire]:privspec:_privset' \
  		'(-):command name: _command_names -e' \