mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Keep the bash's autocompletion in sync with PTXdist's features
@ 2012-06-01  8:35 Juergen Beisert
  0 siblings, 0 replies; only message in thread
From: Juergen Beisert @ 2012-06-01  8:35 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>

diff --git a/scripts/bash_completion b/scripts/bash_completion
index f24672f..1acfda5 100644
--- a/scripts/bash_completion
+++ b/scripts/bash_completion
@@ -50,7 +50,7 @@ _ptxdist_completion()
 		COMPREPLY=( $( compgen -W "${opts} $( pushd $(ptxdist print PTXDIST_PLATFORMDIR)/state >/dev/null; ls +(*.get|*.extract|*.prepare|*.compile|
*.install|*.targetinstall); popd >/dev/null )" -- $cur ) )
 		;;
 	newpackage)
-		COMPREPLY=( $( compgen -W "${opts} target host cross klibc arc-autoconf-lib src-autoconf-prog src-autoconf-proglib src-cmake-prog 
src-linux-dirver src-make-prog src-stellaris font simple" -- $cur) )
+		COMPREPLY=( $( compgen -W "${opts} target host cross klibc src-autoconf-lib src-autoconf-prog src-autoconf-proglib src-cmake-prog 
src-qmake-prog src-make-prog src-linux-driver src-stellaris font simple kernel" -- $cur) )
 		;;
 	esac
 	return 0

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-01  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-01  8:35 [ptxdist] [PATCH] Keep the bash's autocompletion in sync with PTXdist's features Juergen Beisert

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