From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from na3sys010aog102.obsmtp.com ([74.125.245.72]) by metis.ext.pengutronix.de with smtp (Exim 4.72) (envelope-from ) id 1ThNMr-0005Fx-Q8 for ptxdist@pengutronix.de; Sat, 08 Dec 2012 17:35:10 +0100 Received: by mail-ea0-f200.google.com with SMTP id j13so1308777eaa.7 for ; Sat, 08 Dec 2012 08:35:06 -0800 (PST) From: Daniel Kriesten Date: Sat, 8 Dec 2012 17:35:01 +0100 Message-Id: <306311DA-E5B8-497B-B9EC-D79F7197B60E@tu-chemnitz.eu> Mime-Version: 1.0 (Apple Message framework v1283) Subject: [ptxdist] [PATCH] fix typo in bash_completion Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de This prevents bash_completion from working correctly. Signed-off-by: Daniel Kriesten --- scripts/bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bash_completion b/scripts/bash_completion index ea3921d..719cb35 100644 --- a/scripts/bash_completion +++ b/scripts/bash_completion @@ -112,7 +112,7 @@ _ptxdist_completion() ;; clean) COMPREPLY=( root ) - ;& + ;; get|extract|prepare|compile|install|targetinstall|tags) COMPREPLY+=( $( compgen -W "$( $_ptxdist_cmd print PTX_PACKAGES_SELECTED 2> /dev/null)" -- $cur ) ) ;; -- 1.8.0 -- ptxdist mailing list ptxdist@pengutronix.de