git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8088528
)
Fix typo in trigger script.
author
Chris Larson
<clarson@kergoth.com>
Thu, 23 Sep 2004 17:23:41 +0000
(17:23 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Thu, 23 Sep 2004 17:23:41 +0000
(17:23 +0000)
BKrev: 4153069deaKgrMyyzX8i6U15Vvv2Vw
BitKeeper/triggers/ciabot_bk.sh
patch
|
blob
|
history
diff --git
a/BitKeeper/triggers/ciabot_bk.sh
b/BitKeeper/triggers/ciabot_bk.sh
index
b757b49
..
b128905
100644
(file)
--- 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"