зеркало из https://github.com/mozilla/gecko-dev.git
workaround for updater.exe crash b=401327 r=nthomas
This commit is contained in:
Родитель
dd461cc4b3
Коммит
d679f3fa55
|
@ -41,7 +41,8 @@ check_updates () {
|
|||
if [ -d source/$platform_dirname ]; then
|
||||
cd source/$platform_dirname;
|
||||
cp $updater ../../update
|
||||
../../update/updater ../../update 0
|
||||
# FIXME remove once fix in 401608 has shipped
|
||||
../../update/updater ../../update 0 blah blah
|
||||
cd ../..
|
||||
else
|
||||
echo "FAIL: no dir in source/$platform_dirname"
|
||||
|
|
Загрузка…
Ссылка в новой задаче