Ignore:
Timestamp:
05/06/2009 21:08:30 (3 years ago)
Author:
ccowart
Message:

Merging completion re-enable from trunk.

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

    • Property svn:mergeinfo changed
      /trunkmerged: 330
  • branches/confman-1.9/confman_completion.in

    r326 r331  
    8787                return 0 
    8888        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' ' ') 
    9091                COMPREPLY=($(compgen -W "${modules}" -- ${cur})) 
    9192                return 0 
Note: See TracChangeset for help on using the changeset viewer.