diff options
Diffstat (limited to 'BitKeeper/triggers')
-rwxr-xr-x | BitKeeper/triggers/post-commit | 2 |
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" |