Fix indentation in makeshorewall

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3567 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-02-24 01:55:55 +00:00
parent 59e5c9053b
commit 1b5a766575

View File

@ -202,7 +202,7 @@ progress_message "Build of Shorewall $VERSION on $(date)"
case $VERSION in
2.4.*)
SVNBRANCH="branches/2.4/Shorewall"
SVNBRANCH="branches/2.4/Shorewall"
DOCTAG="branches/2.4/docs"
XMLPROJ="docs-2.4"
;;
@ -213,7 +213,7 @@ case $VERSION in
SAMPLESTAG="trunk/Samples"
;;
3.1.*)
SVNBRANCH="trunk/Shorewall"
SVNBRANCH="trunk/Shorewall"
DOCTAG="trunk/docs"
XMLPROJ="docs-3.1"
SAMPLESTAG="trunk/Samples"