From: Oleg Broytman Date: Sat, 18 Oct 2008 19:16:11 +0000 (+0000) Subject: Fixed a bug - return to the STARTDIR. X-Git-Tag: v4.5.3~152 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=b7ba879d3c282120577b05384e3b559fe61f0f15;hp=d1e3ca5d7a18a6b72c391063e8ebc7e3bb5e197a;p=bookmarks_db.git Fixed a bug - return to the STARTDIR. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@224 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/bkmk-publish b/bkmk-publish index 213fa66..6234992 100755 --- a/bkmk-publish +++ b/bkmk-publish @@ -13,4 +13,6 @@ rm -rf split || exit 1 mv $STARTDIR/bookmarks.html . && \ hotexplode.pl -o split bookmarks.html && \ chmod -R a+rX . && \ + +cd "$STARTDIR" && \ exec rm -f bookmarks_db.pickle