aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/git-buildpackage.bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/git-buildpackage.bash-completion b/debian/git-buildpackage.bash-completion
index 27d5813e..27072d09 100644
--- a/debian/git-buildpackage.bash-completion
+++ b/debian/git-buildpackage.bash-completion
@@ -200,7 +200,7 @@ _gbp ()
if [ -z $command ]; then
COMPREPLY=( $(compgen -W "$commands" -- $cur ) )
else
- func=_gbp-$(echo $command)
+ func=_gbp-"${command}"
$func
fi
}