[Lunar-commits] r24885 - moonbase/trunk/utils/theedge/profile.d

Auke Kok sofar at lunar-linux.org
Mon Jun 18 05:44:44 CEST 2007


Author: sofar
Date: 2007-06-18 05:44:44 +0200 (Mon, 18 Jun 2007)
New Revision: 24885

Modified:
   moonbase/trunk/utils/theedge/profile.d/theedge.rc
Log:
Update tab completion


Modified: moonbase/trunk/utils/theedge/profile.d/theedge.rc
===================================================================
--- moonbase/trunk/utils/theedge/profile.d/theedge.rc	2007-06-18 03:24:22 UTC (rev 24884)
+++ moonbase/trunk/utils/theedge/profile.d/theedge.rc	2007-06-18 03:44:44 UTC (rev 24885)
@@ -29,7 +29,7 @@
 	prev=${COMP_WORDS[COMP_CWORD-1]}
 
 	if [ $COMP_CWORD -eq 1 ] || [ "${prev:0:1}" = "-" ]; then
-		COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam expired depends tree eert stree leert held exiled urls versions short info edit' $cur ))
+		COMPREPLY=( $( compgen -W 'DETAILS DEPENDS CONFLICTS BUILD PRE_BUILD POST_BUILD CONFIGURE POST_INSTALL PRE_REMOVE POST_REMOVE what where cd alien from leafs orphans search service website install size installed compile compiler links sources maintainer version sum md5sum export import section moonbase html updatelog activity newer older voyeur pam expired depends tree eert stree leert held exiled urls versions short info edit unedit diff new submit' $cur ))
 	elif [ $COMP_CWORD -eq 2 -a $prev = "from" ]; then
 	        COMPREPLY=( $(compgen -f "$cur") )
 	elif [ $COMP_CWORD -eq 2 ]; then



More information about the Lunar-commits mailing list