Changeset 492 for trunk/confmancommon.sh.in
- Timestamp:
- 11/11/2009 16:37:02 (3 years ago)
- File:
-
- 1 edited
-
trunk/confmancommon.sh.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmancommon.sh.in
r491 r492 76 76 mktemp_dir="mktemp -d -t confman" 77 77 sed_cmd="sed -E" 78 sed_i_cmd="${sed_cmd} -i \"\"" 78 function sed_i_cmd { 79 ${sed_cmd} -i '' "$@" 80 } 79 81 stat_cmd="stat -f" 80 82 stat_opts="mode=%Mp%Lp owner=%Su group=%Sg" … … 86 88 mktemp_dir="mktemp -t -d confman.XXXXXX" 87 89 sed_cmd="sed -r" 88 sed_i_cmd="${sed_cmd} -i" 90 function sed_i_cmd { 91 ${sed_cmd} -i "$@" 92 } 89 93 stat_cmd="stat -c" 90 94 stat_opts="mode=%a owner=%U group=%G" … … 96 100 mktemp_dir="mktemp -d -t confman" 97 101 sed_cmd="sed -E" 98 sed_i_cmd="${sed_cmd} -i \"\"" 102 function sed_i_cmd { 103 ${sed_cmd} -i '' "$@" 104 } 99 105 stat_cmd="stat -f" 100 106 stat_opts="mode=%Mp%Lp owner=%Su group=%Sg"
Note: See TracChangeset
for help on using the changeset viewer.
