Changeset 55 for confman/confman


Ignore:
Timestamp:
04/06/2006 17:29:22 (6 years ago)
Author:
ccowart
Message:

Gotta ignore comments in the recipe file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r53 r55  
    4242# And we read in the layers that make this host 
    4343if [ -f $RECIPE_PATH ] ; then 
    44         LAYERS=`cat $RECIPE_PATH` 
     44        LAYERS=`cat $RECIPE_PATH | grep "^[^#]"` 
    4545else 
    4646        echo "Error: Couldn't read the host's recipe!" >&2 
Note: See TracChangeset for help on using the changeset viewer.