Attempt to unbork triggers.
authorChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 17:25:08 +0000 (17:25 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 17:25:08 +0000 (17:25 +0000)
BKrev: 415306f4plp4rpb83gIUXmUy3H4hNQ

BitKeeper/triggers/post-outgoing.ciabot

index 3944b23..75f2151 100644 (file)
@@ -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
 }