diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2016-06-07 20:24:18 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-06-07 20:24:18 -0700 |
commit | 5e4db660b24b617fcb848785e17328dedcfcf920 (patch) | |
tree | 718d59e319a1e91c390ffa28348947c7ad94d46f /Completion/Linux/Command/_pkgtool | |
parent | 0516736eae23f5dd3839e3a5abe250d48c4d7d3c (diff) | |
download | zsh-5e4db660b24b617fcb848785e17328dedcfcf920.tar.gz zsh-5e4db660b24b617fcb848785e17328dedcfcf920.tar.xz zsh-5e4db660b24b617fcb848785e17328dedcfcf920.zip |
38632: remove trailing space on #compdef line for compinit parsing
Diffstat (limited to 'Completion/Linux/Command/_pkgtool')
-rw-r--r-- | Completion/Linux/Command/_pkgtool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_pkgtool b/Completion/Linux/Command/_pkgtool index 916e9e33f..cb14099b9 100644 --- a/Completion/Linux/Command/_pkgtool +++ b/Completion/Linux/Command/_pkgtool @@ -1,4 +1,4 @@ -#compdef installpkg upgradepkg removepkg pkgtool explodepkg makepkg +#compdef installpkg upgradepkg removepkg pkgtool explodepkg makepkg local expl |