Bug 770996, force firefox binary on Mac so that partner builds can use partials, r=catlee NPOTB

This commit is contained in:
Nick Thomas 2012-09-07 11:57:28 +12:00
Родитель b74d00b360
Коммит 414db18df9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -57,7 +57,7 @@ if [ $# = 0 ]; then
exit 1
fi
requested_forced_updates=''
requested_forced_updates='Contents/MacOS/firefox'
while getopts "hf:" flag
do