Changeset 554
- Timestamp:
- 12/16/2011 17:24:44 (5 months ago)
- File:
-
- 1 edited
-
trunk/confman.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.in
r551 r554 233 233 234 234 if status=$(get_status "${abswork}"); then 235 nocommit=false 235 236 msg=$(get_log "$status") || conf_cleanExit 236 237 rm -f "$status" … … 239 240 echo "Commit operation started" >&2 240 241 241 conf_commit_file $msg "${WORK_PATH}" || return $?242 $nocommit || conf_commit_file $msg "${abswork}" || return $? 242 243 243 244 echo "Commit operation finished successfully" >&2
Note: See TracChangeset
for help on using the changeset viewer.
