From 0ea940bb589e807d7412a99f2f5843b745dd356d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 11 Jan 2015 17:42:49 +0000 Subject: 34233: function execution trick needed for _qdbus --- ChangeLog | 4 ++++ Completion/Linux/Command/_qdbus | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index c2ccb53df..a7fece873 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-01-11 Peter Stephenson + + * 34233: Completion/Linux/Command/_qdbus: add _qdbus "$@" trick. + 2015-01-10 Peter Stephenson * unposted: Test/C04funcdef.ztst: test for the foregoing 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 "$@" -- cgit 1.4.1