Index: scripts/nspr-checkout.sh |
diff --git a/scripts/nspr-checkout.sh b/scripts/nspr-checkout.sh |
index 833e6897e731a8de9f869e3f155421ed5e30354a..ee0a137c79bda06461faaf670866055d67106fde 100755 |
--- a/scripts/nspr-checkout.sh |
+++ b/scripts/nspr-checkout.sh |
@@ -3,14 +3,14 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-# This shell script checks out the NSPR source tree from CVS and prepares |
+# This shell script checks out the NSPR source tree from HG and prepares |
# it for Chromium. |
# Make the script exit as soon as something fails. |
set -ex |
rm -rf nspr |
-hg clone -u NSPR_4_10_7_RTM https://hg.mozilla.org/projects/nspr |
+hg clone -u NSPR_4_10_8_RTM https://hg.mozilla.org/projects/nspr |
rm -r nspr/.hg |
rm -r nspr/admin |