Minor compatibility fix for awk.

This commit is contained in:
Josh Elsasser 2007-07-18 17:29:27 +00:00
parent a3e790f403
commit 65ff7e43c2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ REV=`( find . '(' -name '*.[chm]' -o -name '*.cpp' -o -name '*.po' \
sed -e '/\$Id:/!d' -e \
's/.*\$Id: [^ ]* \([0-9]*\) .*/\1/' |
awk 'BEGIN { REV=0 }
// { if ( $1 > REV ) REV=$1 }
{ if ( $1 > REV ) REV=$1 }
END { print REV }'`
# Generate files to be included: only overwrite them if changed so make