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