[Lunar-commits] CVS: lunar-tools/clad clad.rc,1.2,1.3

Auke Kok sofar at lunar-linux.org
Tue Jan 18 13:55:27 UTC 2005


Update of /var/cvs/lunar/lunar-tools/clad
In directory espresso.foo-projects.org:/home/sofar/active/lunar-tools/clad

Modified Files:
	clad.rc 
Log Message:
oops, we already had this


Index: clad.rc
===================================================================
RCS file: /var/cvs/lunar/lunar-tools/clad/clad.rc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- clad.rc	29 Nov 2004 10:59:59 -0000	1.2
+++ clad.rc	18 Jan 2005 13:55:25 -0000	1.3
@@ -10,7 +10,7 @@
     prev=${COMP_WORDS[COMP_CWORD-1]}
 
     if [ $COMP_CWORD -eq 1 ] || [ "${prev:0:1}" = "-" ]; then
-       	COMPREPLY=( $( compgen -W 'create destroy add remove test run list login logout' $cur ))
+       	COMPREPLY=( $( compgen -W 'create destroy add remove test run bgrun list login logout' $cur ))
     elif [ $COMP_CWORD -eq 2 ]; then
         COMPREPLY=( $( compgen -W "`ls /var/lib/clad`" ))
     else



More information about the Lunar-commits mailing list