Skip to content

Commit

Permalink
fix: fix RootCert generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jul 21, 2014
1 parent edc1e09 commit 948d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/generate-trusted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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, '');
Expand Down

0 comments on commit 948d6cd

Please sign in to comment.