Changed build script to include base revision on patches.

This commit is contained in:
richard 2009-11-18 19:39:13 +01:00
parent d4fe349660
commit 72d75b5089
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ then
then
MAKEPATCH=true
PATCHREV="$2"
ZIPFILE=$VERSION-patch.zip
ZIPFILE=$VERSION-patch_$PATCHREV.zip
else
echo "Missing base revision number. Usage: build.sh patch <base rev>"
exit 1