]> git.phdru.name Git - bookmarks_db.git/commitdiff
Output the resulting bookmarks.html in the Netscape format.
authorOleg Broytman <phd@phdru.name>
Thu, 18 Dec 2003 12:12:59 +0000 (12:12 +0000)
committerOleg Broytman <phd@phdru.name>
Thu, 18 Dec 2003 12:12:59 +0000 (12:12 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@28 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

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