Changeset 488 for branches/confman-1.9/confman.in
- Timestamp:
- 11/11/2009 14:29:08 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confman.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confman.in
r487 r488 189 189 190 190 function commit { 191 local msg status modules module symlink symlinks191 local msg status modules module symlink abswork files 192 192 local nocommit=true 193 193 local opt OPTIND OPTARG … … 210 210 system_lock=$(conf_lock_system) 211 211 wcopy_lock=$(conf_lock_wcopy) 212 abswork=$(conf_abswork) 212 213 213 214 for module in $(conf_get_recipe); do … … 217 218 do 218 219 symlink=$(conf_rel_path "${symlink}") 219 symlinks="${symlinks:+${symlinks} }${symlink}"220 files="${files:+${files} }${abswork}/${symlink}" 220 221 done 222 files="${files:+${files} }${abswork}/${module}" 221 223 done 222 224 … … 233 235 234 236 echo "Commit operation started" >&2 235 $nocommit || conf_commit_file $msg $ modules $symlinks || return $?237 $nocommit || conf_commit_file $msg $files || return $? 236 238 for layer in $(conf_get_recipe) ; do 237 239 echo "Rolling on $layer..."
Note: See TracChangeset
for help on using the changeset viewer.
