From 15dd5acfcf3970f239f1a96a7eb5de10b60eb241 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 15 Aug 2014 21:00:20 +0400 Subject: [PATCH] Do not distribute to ALL: all is enough --- bkmk-rsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bkmk-rsync b/bkmk-rsync index 4630393..4754f05 100755 --- a/bkmk-rsync +++ b/bkmk-rsync @@ -14,5 +14,5 @@ bkmk2db || exit 1 db2bkmk.py || exit 2 diff $HOME/.mozilla/bookmarks.html bookmarks.html > diff.out -distribute -A -r .mozilla bookmarks.html +distribute -a -r .mozilla bookmarks.html exec mv bookmarks.html "$HOME/.mozilla/bookmarks.html" -- 2.39.2