зеркало из 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
|
||||
do
|
||||
# initialize all config variables
|
||||
release=""
|
||||
product=""
|
||||
platform=""
|
||||
build_id=""
|
||||
locales=""
|
||||
channel=""
|
||||
from=""
|
||||
to=""
|
||||
eval $entry
|
||||
for locale in $locales
|
||||
do
|
||||
|
|
Загрузка…
Ссылка в новой задаче