diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-23 17:25:08 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-23 17:25:08 +0000 |
commit | c5ab5e5e63fcc6c8b6d235a5c2bfee8251564ee7 (patch) | |
tree | 996aeb44be2fdfa0e4eea4fcc9af681a4b1bb38c /BitKeeper | |
parent | 2d96c859ea928b3e2a8023a488785c4c78e19171 (diff) |
Attempt to unbork triggers.
BKrev: 415306f4plp4rpb83gIUXmUy3H4hNQ
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/triggers/post-outgoing.ciabot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot index 3944b234c4..75f21511d8 100644 --- a/BitKeeper/triggers/post-outgoing.ciabot +++ b/BitKeeper/triggers/post-outgoing.ciabot @@ -43,7 +43,7 @@ check_sanity () { } check_projects () { - if [ ! -e ciabot.projects ]; then + if [ ! -e $BK_ROOT/BitKeeper/triggers/ciabot.projects ]; then return 1 fi @@ -53,7 +53,7 @@ check_projects () { project_name=${_p} return_address=${_e} fi - done < ciabot.projects + done < $BK_ROOT/BitKeeper/triggers/ciabot.projects export project_name return_address return 0 } |