git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
688f620
)
bugfix
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 1 Apr 2014 15:46:40 +0000
(17:46 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 1 Apr 2014 15:46:40 +0000
(17:46 +0200)
lbuild-nightly.sh
patch
|
blob
|
history
diff --git
a/lbuild-nightly.sh
b/lbuild-nightly.sh
index
939b523
..
5964b4d
100755
(executable)
--- a/
lbuild-nightly.sh
+++ b/
lbuild-nightly.sh
@@
-567,7
+567,7
@@
function main () {
[ -z "$FCDISTRO" ] && FCDISTRO=$DEFAULT_FCDISTRO
[ -z "$PLDISTRO" ] && PLDISTRO=$DEFAULT_PLDISTRO
[ -z "$PERSONALITY" ] && PERSONALITY=$DEFAULT_PERSONALITY
- [ -z "$MAILTO" ]
]
&& MAILTO=$(echo $DEFAULT_MAILTO | sed -e 's, at ,@,')
+ [ -z "$MAILTO" ] && MAILTO=$(echo $DEFAULT_MAILTO | sed -e 's, at ,@,')
[ -z "$PLDISTROTAGS" ] && PLDISTROTAGS="${PLDISTRO}-tags.mk"
[ -z "$BASE" ] && BASE="$DEFAULT_BASE"
[ -z "$WEBPATH" ] && WEBPATH="$DEFAULT_WEBPATH"