(trunk) update version.sh again

This commit is contained in:
Mitchell Livingston 2008-11-30 19:19:30 +00:00
parent ee4f7374f8
commit 1dde7e9557
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,9 @@ SVN_REVISION_MAC=`find ./macosx -name "*\.[chmp]" -o -name "*\.cpp" -o -name "*\
grep -v third-party | \
cut -d"$Id:" -f3 | cut -d" " -f3 | sort -n | tail -n 1`
if SVN_REVISION_MAC > SVN_REVISION; then
SVN_REVISION = SVN_REVISION_MAC
if [ $SVN_REVISION_MAC -gt $SVN_REVISION ]
then
SVN_REVISION=$SVN_REVISION_MAC
fi
# Generate files to be included: only overwrite them if changed so make