]> git.phdru.name Git - bookmarks_db.git/commitdiff
I have changed the way ditribute script gets remote directory.
authorOleg Broytman <phd@phdru.name>
Mon, 3 Nov 2003 12:10:28 +0000 (12:10 +0000)
committerOleg Broytman <phd@phdru.name>
Mon, 3 Nov 2003 12:10:28 +0000 (12:10 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@26 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

bkmk-rsync

index 6dec107d8a5ebda0da08f0cf7a0a75930e15bba7..75164d46819cbc35d96dc0819219e2825584e166 100755 (executable)
@@ -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"