aboutsummaryrefslogtreecommitdiffstats
path: root/BitKeeper/triggers
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-23 17:23:41 +0000
committerChris Larson <clarson@kergoth.com>2004-09-23 17:23:41 +0000
commit2d96c859ea928b3e2a8023a488785c4c78e19171 (patch)
treefce647cce42e2249b07b1d460aff3612229e6ad3 /BitKeeper/triggers
parent808852853799ecb8d9e7fe37884a9222199a9919 (diff)
downloadopenembedded-2d96c859ea928b3e2a8023a488785c4c78e19171.tar.gz
Fix typo in trigger script.
BKrev: 4153069deaKgrMyyzX8i6U15Vvv2Vw
Diffstat (limited to 'BitKeeper/triggers')
-rw-r--r--BitKeeper/triggers/ciabot_bk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitKeeper/triggers/ciabot_bk.sh b/BitKeeper/triggers/ciabot_bk.sh
index b757b49238..b12890574b 100644
--- a/BitKeeper/triggers/ciabot_bk.sh
+++ b/BitKeeper/triggers/ciabot_bk.sh
@@ -12,7 +12,7 @@
# Project information
[ -z "$project_name" ] && project_name="openembedded"
-[ -z "$project_name" ] && return_address="oe@handhelds.org"
+[ -z "$return_address" ] && return_address="oe@handhelds.org"
# System
sendmail_command="/usr/sbin/sendmail -t"