From: Oleg Broytman Date: Mon, 3 Nov 2003 12:10:28 +0000 (+0000) Subject: I have changed the way ditribute script gets remote directory. X-Git-Tag: v4.5.3~350 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=b1d82441fea069f3aab41866bdec163e0968b29d I have changed the way ditribute script gets remote directory. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@26 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/bkmk-rsync b/bkmk-rsync index 6dec107..75164d4 100755 --- a/bkmk-rsync +++ b/bkmk-rsync @@ -6,4 +6,5 @@ cd "$HOME/work" mz2ns mv bookmarks.html "$HOME/.netscape/bookmarks.html" -exec distribute ".netscape" "$HOME/.netscape/bookmarks.html" +cd "$HOME/.netscape" +exec distribute "$HOME/.netscape/bookmarks.html"