From 5df17d12fc5e5c27e592a6a65dcda181da12b531 Mon Sep 17 00:00:00 2001 From: "Siegfried-Angel Gevatter Pujals (RainCT)" Date: Tue, 22 Jan 2008 20:11:59 +0100 Subject: [PATCH] Add a missing option to pbuilder-dist.bash_completion. --- pbuilder-dist.bash_completion | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/pbuilder-dist.bash_completion b/pbuilder-dist.bash_completion index a00b951..a8c065f 100644 --- a/pbuilder-dist.bash_completion +++ b/pbuilder-dist.bash_completion @@ -1,11 +1,13 @@ -# Debian GNU/Linux cowbuilder(1) completion -# Copyright 2007 Cyril Brulebois +# pbuilder-dist completion # -# This script can be distributed under the same license as the -# cowdancer or bash packages. +# Copyright 2008 Stephan Hermann , created for +# the Ubuntu MOTU Team. # -# adapted to pbuilderdist, the license is GPLv2 or later. -# Copyright 2008 Stephan Hermann for the Ubuntu MOTU Team +# Released under the GNU General Public License, version 2 +# +# Based upon cobwuilder's autocompletion, Copyright 2007 Cyril +# Brulebois + have pbuilder-dist && _pbuilder-dist() @@ -15,7 +17,8 @@ _pbuilder-dist() COMPREPLY=() cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} - options='create update build login execute' + + options='create update build clean login execute' case $prev in build)