Changeset 331 for branches/confman-1.9/confman_completion.in
- Timestamp:
- 05/06/2009 21:08:30 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confman_completion.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confman_completion.in
r326 r331 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.
