Fix typo in trigger script.
authorChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 17:23:41 +0000 (17:23 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 17:23:41 +0000 (17:23 +0000)
BKrev: 4153069deaKgrMyyzX8i6U15Vvv2Vw

BitKeeper/triggers/ciabot_bk.sh

index b757b49..b128905 100644 (file)
@@ -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"