mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 23:53:30 +01:00
1.typos
2. 3.1 is gone, welcome 3.2 and 3.3(code for future :D) git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3691 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
81c1d1d238
commit
968125168e
@ -212,18 +212,18 @@ case $VERSION in
|
||||
XMLPROJ="docs-3.0"
|
||||
SAMPLESTAG="trunk/Samples"
|
||||
;;
|
||||
3.1.*)
|
||||
SVNBRANCH="trunk/Shorewall"
|
||||
DOCTAG="trunk/docs"
|
||||
XMLPROJ="docs-3.1"
|
||||
SAMPLESTAG="trunk/Samples"
|
||||
;;
|
||||
3.2.*)
|
||||
3.2.*)
|
||||
SVNBRANCH="trunk/Shorewall"
|
||||
DOCTAG="trunk/docs"
|
||||
XMLPROJ="docs-3.2"
|
||||
SAMPLESTAG="trunk/Samples"
|
||||
;;
|
||||
3.3.*)
|
||||
SVNBRANCH="trunk/Shorewall"
|
||||
DOCTAG="trunk/docs"
|
||||
XMLPROJ="docs-3.3"
|
||||
SAMPLESTAG="trunk/Samples"
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported Version: $VERSION"
|
||||
exit 2
|
||||
@ -239,7 +239,7 @@ cd $DIR
|
||||
case $VERSION in
|
||||
*Beta*|*RC*)
|
||||
#
|
||||
# Beta or Release Canditate
|
||||
# Beta or Release Candidate
|
||||
#
|
||||
SHOREWALLDIR=shorewall-${VERSION%-*}
|
||||
TARBALL=shorewall-${VERSION%-*}.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user