mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] fix typo in bash_completion
@ 2012-12-08 16:35 Daniel Kriesten
  2012-12-10  8:50 ` Michael Olbrich
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Kriesten @ 2012-12-08 16:35 UTC (permalink / raw)
  To: ptxdist

This prevents bash_completion from working correctly.

Signed-off-by: Daniel Kriesten <krid@tu-chemnitz.eu>
---
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-14 12:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-08 16:35 [ptxdist] [PATCH] fix typo in bash_completion Daniel Kriesten
2012-12-10  8:50 ` Michael Olbrich
2012-12-11 15:16   ` Daniel Kriesten
2012-12-13 12:10     ` Daniel Kriesten
2012-12-14 10:18       ` Michael Olbrich
2012-12-14 12:28         ` Daniel Kriesten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox