]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk-chk
Output the resulting bookmarks.html in the Netscape format.
[bookmarks_db.git] / bkmk-chk
index 4faadd2eb0b9808319ba26227ab734e6927aa3fd..7fc397e24453e8caa71188c29063dcb409b5f0d8 100755 (executable)
--- a/bkmk-chk
+++ b/bkmk-chk
@@ -12,5 +12,4 @@ BKMK_WRITER=flad db2bkmk.py || exit 1
 check_dups.py -s -l bookmarks.err || exit 1
 
 # Write results to output bookmarks files
-db2bkmk.py || exit 1
-#diff $HOME/.netscape/bookmarks.html bookmarks.html > diff.out
+BKMK_NSFORMAT=TRUE db2bkmk.py || exit 1