Confirmed users
4,293
edits
m (→Update verify) |
|||
| Line 83: | Line 83: | ||
cd tools/release/common | cd tools/release/common | ||
# on mac & linux | # on mac & linux | ||
curl -sL https://bugzilla.mozilla.org/attachment.cgi?id=367544 | patch - | curl -sL https://bugzilla.mozilla.org/attachment.cgi?id=367544 | patch -p3 | ||
# on win32 | # on win32 | ||
wget --no-check-certificate -L -O patch https://bugzilla.mozilla.org/attachment.cgi?id=367544 | wget --no-check-certificate -L -O patch https://bugzilla.mozilla.org/attachment.cgi?id=367544 | ||
patch - | patch -p3 < patch | ||
# everyone ... | # everyone ... | ||