diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-27 19:14:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-27 19:14:47 +0000 |
commit | bb78c13aa010bc391d2258af63f12e4a16f59908 (patch) | |
tree | eb8b6155bcb377711c33250d65a6f84968043a65 /BitKeeper/triggers/post-outgoing | |
parent | 5731730ed64bc54a575f195cbdc911e56480dc8c (diff) |
Attempt to fix CIA trigger on recent bk versions again.
BKrev: 40b63e27aHnGExhxnLCtL6OTiNtGHA
Diffstat (limited to 'BitKeeper/triggers/post-outgoing')
-rw-r--r-- | BitKeeper/triggers/post-outgoing | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BitKeeper/triggers/post-outgoing b/BitKeeper/triggers/post-outgoing index fb35b9c6cc..b9c00d6b86 100644 --- a/BitKeeper/triggers/post-outgoing +++ b/BitKeeper/triggers/post-outgoing @@ -2,6 +2,8 @@ LIST=openzaurus-cvslogs@lists.sf.net +exit 0 + if [ X"$BK_STATUS" = XDRYRUN -o X"$BK_STATUS" = XNOTHING ] then exit 0 fi |