1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-03 08:11:03 +02:00

34233: function execution trick needed for _qdbus

This commit is contained in:
Peter Stephenson 2015-01-11 17:42:49 +00:00
parent 5caf317c3a
commit 0ea940bb58
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-01-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 34233: Completion/Linux/Command/_qdbus: add _qdbus "$@" trick.
2015-01-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: Test/C04funcdef.ztst: test for the foregoing

View file

@ -110,3 +110,5 @@ _qdbus() {
;;
esac
}
_qdbus "$@"