From: Oleg Broytman Date: Thu, 18 Dec 2003 12:12:59 +0000 (+0000) Subject: Output the resulting bookmarks.html in the Netscape format. X-Git-Tag: v4.5.3~348 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=21a8a16082eb8cc098c0afa2cc14429030d2ee1f Output the resulting bookmarks.html in the Netscape format. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@28 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/bkmk-chk b/bkmk-chk index 4faadd2..7fc397e 100755 --- 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