Changeset 325 for trunk/confman.in
- Timestamp:
- 05/06/2009 13:11:36 (3 years ago)
- File:
-
- 1 edited
-
trunk/confman.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.in
r323 r325 1 #! /usr/bin/env bash1 #!@BASH@ 2 2 # 3 3 # Copyright (c) 2008, Christopher Cowart and contributors … … 131 131 cat $LOG_TEMPLATE > $msg 132 132 printf "\n${ignoreline}\n" >> $msg 133 conf_get_recipe | tr ' ' '\n' | xargs -I % svnstatus \133 conf_get_recipe | tr ' ' '\n' | xargs -I % @SVN@ status \ 134 134 ${WORK_PATH}/% >> $status 135 135 cat $status >> $msg … … 199 199 files="$files $file" 200 200 done 201 svnstatus $files >> $status201 @SVN@ status $files >> $status 202 202 cat $status >> $msg 203 203 cp $msg $orig_msg
Note: See TracChangeset
for help on using the changeset viewer.
