Ignore:
Timestamp:
11/11/2009 16:40:08 (3 years ago)
Author:
ccowart
Message:

Merging fixes to sed -i as well as support for rename to update recipe
files.

Resolves #96, #98

Location:
branches/confman-1.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/confman-1.9

  • branches/confman-1.9/confman.in

    r493 r494  
    157157    done 
    158158    rm -f "$orig_log" 
    159     ${sed_cmd} -i '' -e "/${ignoreline}/,\$d" "$logfile" 2>/dev/null 
     159    sed_i_cmd -e "/${ignoreline}/,\$d" "$logfile" 2>/dev/null 
    160160    echo "$logfile" 
    161161    return 0 
     
    529529    realpath=${dir#${WORK_PATH}/${module}} 
    530530     
    531     local directories=`echo "$realpath" | sed 's:/: :g'` 
     531    local directories=`echo "$realpath" | ${sed_cmd} -e 's:/: :g'` 
    532532    local fulldir="" 
    533533     
Note: See TracChangeset for help on using the changeset viewer.