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:
judas_iscariote 2007-04-19 03:58:25 +00:00
parent 8e5b487360
commit 884f3b0616

View File

@ -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)