]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk-rsync
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / bkmk-rsync
index 5b4b7a9533e9aa2fc7e9ffba4ed4219c08dba81b..4754f05776d2bc410e45f64bec7105b6abe67d3d 100755 (executable)
@@ -3,19 +3,16 @@
 #
 # This file is a part of Bookmarks database and Internet robot.
 #
-# __version__ = "$Revision$"[11:-2]
-# __revision__ = "$Id$"[5:-2]
-# __date__ = "$Date$"[7:-2]
 # __author__ = "Oleg Broytman <phd@phdru.name>"
-# __copyright__ = "Copyright (C) 2001-2010 PhiloSoft Design"
+# __copyright__ = "Copyright (C) 2000-2014 PhiloSoft Design"
 # __license__ = "GNU GPL"
 
-PATH=$HOME/lib/bookmarks_db:$PATH
+. "`dirname \"$0\"`"/set-path
 umask 077
 
 bkmk2db || exit 1
 db2bkmk.py || exit 2
 diff $HOME/.mozilla/bookmarks.html bookmarks.html > diff.out
 
-distribute -r .mozilla bookmarks.html
+distribute -a -r .mozilla bookmarks.html
 exec mv bookmarks.html "$HOME/.mozilla/bookmarks.html"