aboutsummaryrefslogtreecommitdiff
path: root/commit
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-16 19:41:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-16 19:41:33 -0300
commit926005cf2b2f59f2831c4c292da90d0e136b7c4c (patch)
tree495f033f87f2ce2fa53538cf9dfe930d323e0b9b /commit
parentf353440268647fc4d600ac71f0706cc9e54c2168 (diff)
downloadutils-git-926005cf2b2f59f2831c4c292da90d0e136b7c4c.tar.gz
utils-git-926005cf2b2f59f2831c4c292da90d0e136b7c4c.tar.bz2
Misc fixes
Diffstat (limited to 'commit')
-rwxr-xr-xcommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit b/commit
index 0b998b0..f139650 100755
--- a/commit
+++ b/commit
@@ -139,7 +139,7 @@ function git_commit {
flag="-a"
fi
- $GIT commit $flag -m "$params"
+ $GIT commit $flag -m "$params" || exit 1
}
# Main