Changeset 493


Ignore:
Timestamp:
11/11/2009 16:38:28 (2 years ago)
Author:
ccowart
Message:

Merging fix for committing recipe changes.

Resolves #101

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

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

    r489 r493  
    978978    if status=$(get_status "${recipe_file#${WORK_PATH}/}") ; then 
    979979        msg=$(get_log "$status") || return 1 
    980         conf_commit_recipe "$msg" "$recipe"  
     980        conf_commit_recipes "$msg" "$recipe"  
    981981    fi 
    982982    rm -f "$new_recipe_file" 
Note: See TracChangeset for help on using the changeset viewer.