summaryrefslogtreecommitdiff
path: root/BitKeeper
diff options
context:
space:
mode:
authorunknown <serg@hynda.mysql.fi>2001-01-14 18:40:26 +0200
committerunknown <serg@hynda.mysql.fi>2001-01-14 18:40:26 +0200
commite1459217fbce92b12811b837cd8c176f3354335a (patch)
tree2036ce24caaa7e7ad627b557ee9a8d756ad0ecc1 /BitKeeper
parentecdc9ee9984b833c146b63affeb8de5b972e00fd (diff)
downloadmariadb-git-e1459217fbce92b12811b837cd8c176f3354335a.tar.gz
post-commit BK_STATUS/BK_COMMIT issue fixed
BitKeeper/triggers/post-commit: BK_STATUS/BK_COMMIT issue fixed
Diffstat (limited to 'BitKeeper')
-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"