diff --git a/source/reviewheadfromreleasenopos.sh b/source/reviewheadfromreleasenopos.sh index 99369fa..a5bf8c0 100755 --- a/source/reviewheadfromreleasenopos.sh +++ b/source/reviewheadfromreleasenopos.sh @@ -16,7 +16,7 @@ MOREEXCLUDE="installer/resources/geoip.txt" echo "Diffing from $REL" POS=`find -name \*.po` -for i in $MOREEXCLUDE $POS +for i in $MOREEXCLUDE $POS core/java/src/gnu/getopt/*.properties do EXCLUDE="$EXCLUDE --exclude $i" done