Author: nextgens Date: 2007-12-18 14:46:10 +0000 (Tue, 18 Dec 2007) New Revision: 16669
Modified: trunk/scripts/verify_indent.sh Log: fix the indent verification script Modified: trunk/scripts/verify_indent.sh =================================================================== --- trunk/scripts/verify_indent.sh 2007-12-18 14:44:17 UTC (rev 16668) +++ trunk/scripts/verify_indent.sh 2007-12-18 14:46:10 UTC (rev 16669) @@ -12,7 +12,7 @@ PREVIOUSREV=$(( $REV - 1 )) AUTHOR="$(svnlook author $REPOSITORY --revision $REV)" JAVACOPT=" -target 1.4 -nowarn -g:none" -CLASSPATH="/var/www/downloads/alpha/freenet-r$PREVIOUSREV-snapshot.jar:/var/www/downloads/alpha/freenet-ext.jar" +CLASSPATH="/var/www/downloads/alpha/$(cat /var/www/downloads/alpha/.latest):/var/www/downloads/alpha/freenet-ext.jar" if [[ $(svnlook info $REPOSITORY --revision $REV | grep -icE '^[ ]*[Ii]ndent(ing)?([ ])*(:|$)') -gt 0 ]] then
