Fixed incorrect patch filename in build script.

This commit is contained in:
richard 2009-11-19 06:40:27 +01:00
parent 3e702b0340
commit c60195db5c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ then
exit 1
fi
ZIPFILE=$VERSION-patch-$REVISION-$PATCHREV.zip
ZIPFILE=$VERSION-patch-$PATCHREV-$REVISION.zip
else
echo "Missing base revision number. Usage: build.sh patch <base rev>"
exit 1