| Index: scripts/nss-checkout.sh
|
| ===================================================================
|
| --- scripts/nss-checkout.sh (revision 233722)
|
| +++ scripts/nss-checkout.sh (working copy)
|
| @@ -12,7 +12,7 @@
|
| # We only need the nss/lib directory, but hg requires us to check out the
|
| # complete nss source tree.
|
| rm -rf nss
|
| -hg clone -u NSS_3_15_1_BETA2 https://hg.mozilla.org/projects/nss
|
| +hg clone -u NSS_3_15_3_RTM https://hg.mozilla.org/projects/nss
|
|
|
| # Rename one of the utf8.c files to avoid name conflict.
|
| mv nss/lib/base/utf8.c nss/lib/base/nssutf8.c
|
|
|