From: Chris Larson Date: Thu, 23 Sep 2004 17:23:41 +0000 (+0000) Subject: Fix typo in trigger script. X-Git-Tag: Release-2010-05/1~16927 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d96c859ea928b3e2a8023a488785c4c78e19171;p=openembedded.git Fix typo in trigger script. BKrev: 4153069deaKgrMyyzX8i6U15Vvv2Vw --- 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"