diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-01-11 17:42:49 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-01-11 17:42:49 +0000 |
commit | 0ea940bb589e807d7412a99f2f5843b745dd356d (patch) | |
tree | eb834b671bcaaa3382671ab45e09e9717c3f4b95 /Completion/Linux | |
parent | 5caf317c3a29ca0091f7e19b4f923978aaa4b012 (diff) | |
download | zsh-0ea940bb589e807d7412a99f2f5843b745dd356d.tar.gz zsh-0ea940bb589e807d7412a99f2f5843b745dd356d.tar.xz zsh-0ea940bb589e807d7412a99f2f5843b745dd356d.zip |
34233: function execution trick needed for _qdbus
Diffstat (limited to 'Completion/Linux')
-rw-r--r-- | Completion/Linux/Command/_qdbus | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Linux/Command/_qdbus b/Completion/Linux/Command/_qdbus index d665c7af1..95a4d5243 100644 --- a/Completion/Linux/Command/_qdbus +++ b/Completion/Linux/Command/_qdbus @@ -110,3 +110,5 @@ _qdbus() { ;; esac } + +_qdbus "$@" |