Changeset 494 for branches/confman-1.9/confman.in
- Timestamp:
- 11/11/2009 16:40:08 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confman.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confman.in
r493 r494 157 157 done 158 158 rm -f "$orig_log" 159 ${sed_cmd} -i ''-e "/${ignoreline}/,\$d" "$logfile" 2>/dev/null159 sed_i_cmd -e "/${ignoreline}/,\$d" "$logfile" 2>/dev/null 160 160 echo "$logfile" 161 161 return 0 … … 529 529 realpath=${dir#${WORK_PATH}/${module}} 530 530 531 local directories=`echo "$realpath" | sed's:/: :g'`531 local directories=`echo "$realpath" | ${sed_cmd} -e 's:/: :g'` 532 532 local fulldir="" 533 533
Note: See TracChangeset
for help on using the changeset viewer.
