From 21a8a16082eb8cc098c0afa2cc14429030d2ee1f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 18 Dec 2003 12:12:59 +0000 Subject: [PATCH] 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 --- bkmk-chk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2