Changeset 497


Ignore:
Timestamp:
11/12/2009 11:41:27 (2 years ago)
Author:
blee
Message:

Fix removal of recipe files when recipe creation is canceled

Fixes #103

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.in

    r496 r497  
    10241024    if [ -z "$new_recipe_file" ] ; then 
    10251025        if ! recipe_edit "$recipe" ; then 
    1026             conf_rm_file --force "${new_recipe_file}" 
     1026            conf_rm_file --force "${recipe_file}" 
    10271027            conf_unlock_wcopy $wcopy_lock 
    10281028            return 1 
Note: See TracChangeset for help on using the changeset viewer.