зеркало из https://github.com/mozilla/pjs.git
initialize config variables between runs b=363871 r=tfullhart
This commit is contained in:
Родитель
4534aab979
Коммит
0e598110e9
|
@ -67,6 +67,15 @@ fi
|
||||||
|
|
||||||
while read entry
|
while read entry
|
||||||
do
|
do
|
||||||
|
# initialize all config variables
|
||||||
|
release=""
|
||||||
|
product=""
|
||||||
|
platform=""
|
||||||
|
build_id=""
|
||||||
|
locales=""
|
||||||
|
channel=""
|
||||||
|
from=""
|
||||||
|
to=""
|
||||||
eval $entry
|
eval $entry
|
||||||
for locale in $locales
|
for locale in $locales
|
||||||
do
|
do
|
||||||
|
|
Загрузка…
Ссылка в новой задаче