summaryrefslogtreecommitdiff
path: root/contrib/cut-release
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cut-release')
-rwxr-xr-xcontrib/cut-release2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cut-release b/contrib/cut-release
index ea0308ada..ef51b6edb 100755
--- a/contrib/cut-release
+++ b/contrib/cut-release
@@ -79,7 +79,7 @@ if $dryrun; then
echo "$(basename "$0"): ERROR: In dry-run mode, cannot operate properly with local modifications to \"configure.ac\", sorry" >&2
exit 1
fi
-elif [ -n "$(svn status -q)" ]; then
+elif [ -n "$(svn status -q | grep -v '^M *[0-9]* *NEWS$')" ]; then
echo "$(basename "$0"): ERROR: \"svn status\" indicates there are local modifications; please commit first" >&2
exit 1
fi
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback