summaryrefslogtreecommitdiff
path: root/BitKeeper/triggers/post-commit
diff options
context:
space:
mode:
Diffstat (limited to 'BitKeeper/triggers/post-commit')
-rwxr-xr-xBitKeeper/triggers/post-commit2
1 files changed, 2 insertions, 0 deletions
diff --git a/BitKeeper/triggers/post-commit b/BitKeeper/triggers/post-commit
index cfa362bcbbd..2a69d50d397 100755
--- a/BitKeeper/triggers/post-commit
+++ b/BitKeeper/triggers/post-commit
@@ -4,6 +4,8 @@
TO=dev@mysql.com
FROM=$USER@mysql.com
+BK_STATUS=$BK_STATUS$BK_COMMIT
+
if [ "$BK_STATUS" = OK ]
then
echo "Commit successful, notifying developers at $TO"