Fix bug #11693. Fix submited by verminus@gna.org

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5124 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2008-05-16 14:45:51 +00:00
parent 5b703fb634
commit 2a895db63e
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ not_version ()
#start checking the version
if [ "$pkg_major" -eq "$MAJOR" ]; then
if [ "$pkg_major" -eq "$MINOR" ]; then
if [ "$pkg_minor" -eq "$MINOR" ]; then
if [ "$pkg_micro" -eq "$MICRO" ]; then
WRONG=1
fi