Changeset 330 for trunk/confman_completion.in
- Timestamp:
- 05/06/2009 20:54:38 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confman_completion.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 20 20 confman.conf.5 21 21 confman.conf.sample 22 confmanlib.sh 23 abspath 24 conflock
-
- Property svn:ignore
-
trunk/confman_completion.in
r329 r330 87 87 return 0 88 88 elif [ `expr "${mod_cmds}" : ".*\(${prev}\).*"` ] ; then 89 local modules=$(grep -vE '^#|^$' $RECIPE_PATH | tr '\n' ' ') 89 local modules=$(confman recipe print $(confman recipe get) | \ 90 grep -vE '^#|^$' $RECIPE_PATH | tr '\n' ' ') 90 91 COMPREPLY=($(compgen -W "${modules}" -- ${cur})) 91 92 return 0
Note: See TracChangeset
for help on using the changeset viewer.
