diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-23 17:23:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-23 17:23:41 +0000 |
commit | 2d96c859ea928b3e2a8023a488785c4c78e19171 (patch) | |
tree | fce647cce42e2249b07b1d460aff3612229e6ad3 | |
parent | 808852853799ecb8d9e7fe37884a9222199a9919 (diff) |
Fix typo in trigger script.
BKrev: 4153069deaKgrMyyzX8i6U15Vvv2Vw
-rw-r--r-- | BitKeeper/triggers/ciabot_bk.sh | 2 |
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" |