Don't exit on errors in the pre-commit svn hook.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Oct 2009 00:33:54 +0000 (00:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Oct 2009 00:33:54 +0000 (00:33 +0000)
commitb883113df1f6024ec2ced371041d0f8b7f1fa87a
tree5345cc63be2a9756f5e23571ce8ede3ce58d52a6
parente75509228339b0ade5f797e73923080b22b9b9f2
Don't exit on errors in the pre-commit svn hook.

Errors in grep, when it fails to find any changed or updated files, also count
so the "set -e" line was causing the hook to reject any commits only deleting
files (without any error message).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
misc/scripts/svn/hooks/pre-commit