diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2008-10-07 07:43:35 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2008-10-07 07:43:35 +0000 |
| commit | 26616e1a231da91fd20653946d40660b62499804 (patch) | |
| tree | 457f9a32d1531ac3ab4b5ffd872ef860ec703f0c /Completion/Linux/Command/_modutils | |
| parent | 25820: add the option --field of modinfo. (diff) | |
| download | zsh-26616e1a231da91fd20653946d40660b62499804.tar zsh-26616e1a231da91fd20653946d40660b62499804.tar.gz zsh-26616e1a231da91fd20653946d40660b62499804.tar.bz2 zsh-26616e1a231da91fd20653946d40660b62499804.tar.lz zsh-26616e1a231da91fd20653946d40660b62499804.tar.xz zsh-26616e1a231da91fd20653946d40660b62499804.tar.zst zsh-26616e1a231da91fd20653946d40660b62499804.zip | |
Jörg Sommer: 25821: return 0 if a modules parameter was completed.
Diffstat (limited to 'Completion/Linux/Command/_modutils')
| -rw-r--r-- | Completion/Linux/Command/_modutils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_modutils b/Completion/Linux/Command/_modutils index 2ba43a722..91dff4bde 100644 --- a/Completion/Linux/Command/_modutils +++ b/Completion/Linux/Command/_modutils @@ -96,7 +96,7 @@ case "$state" in _message -e value 'parameter value' else _values 'module parameter' \ - ${(f)^"$(_call_program module_parameter modinfo -F parm "$words[2]" 2>/dev/null)"//:/\=[}\] + ${(f)^"$(_call_program module_parameter modinfo -F parm "$words[2]" 2>/dev/null)"//:/\=[}\] && ret=0 fi ;; esac |
