forked from extern/shorewall_code
fix tiny bug in cronpublish.sh ( missing "G" (letter used by svn when it
"merges" changes) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6017 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
8e5b487360
commit
884f3b0616
@ -36,7 +36,7 @@ for project in $PROJECTS; do
|
||||
cd $HOMEDIR/$project
|
||||
$SVN_BIN update --non-interactive | while read UA file; do
|
||||
case $UA in
|
||||
U|P)
|
||||
U|P|G)
|
||||
publish $file
|
||||
;;
|
||||
A)
|
||||
|
Loading…
Reference in New Issue
Block a user