fix: fix RootCert generation.

This commit is contained in:
Christopher Jeffrey 2014-07-17 18:31:34 -07:00
parent edc1e09335
commit 948d6cd93a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ echo "];" >> RootCerts.js
sed -i 's/^"/+ "/g' RootCerts.js
sed -i 's/^+ "-----B/"-----B/g' RootCerts.js
cat <<EOF > RootCerts.js
cat <<EOF >> RootCerts.js
// Use hash table for efficiency:
RootCerts = RootCerts.reduce(function(trusted, cert) {
cert = cert.replace(/\s+/g, '');