Turn off -e in check-git-commit-message.sh

The script exits with the appropriate code depending on the result
of the test. No need to abort on any particular non-zero status.

Change-Id: Ifcdbb322edc9709c8004f1ceda2973a24b7246f0
This commit is contained in:
Joshua Hesketh
2015-12-21 16:36:32 +11:00
parent 295a5ec636
commit 09ca8fbd67

View File

@@ -1,4 +1,4 @@
#!/bin/bash -xe
#!/bin/bash -x
# Copyright 2015 Rackspace Australia
#