workaround for updater.exe crash b=401327 r=nthomas

This commit is contained in:
rhelmer@mozilla.com 2008-01-26 11:20:29 -08:00
parent dd461cc4b3
commit d679f3fa55

View File

@ -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"