aboutsummaryrefslogtreecommitdiffstats
path: root/lib/firefox-db2pem.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/firefox-db2pem.sh')
-rw-r--r--lib/firefox-db2pem.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/firefox-db2pem.sh b/lib/firefox-db2pem.sh
index 7d691ff6..45489324 100644
--- a/lib/firefox-db2pem.sh
+++ b/lib/firefox-db2pem.sh
@@ -51,4 +51,3 @@ while read nickname; \
do echo $nickname | sed -e "s/Builtin Object Token://g"; \
eval certutil -d $db -L -n "$nickname" -a ; \
done >> $out
-