summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"