X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=ns-unescape;h=7fc559aee0bcf7f53084e9409f0a1f29a0d36716;hb=9350d35a2aa0eb5502290718819c9247b716acbd;hp=90f4f8fe8a51614cf1b16112bd79e15fab9e8067;hpb=fb5c3b2b91aeeb615d6d6d890491af3fdff69556;p=bookmarks_db.git diff --git a/ns-unescape b/ns-unescape index 90f4f8f..7fc559a 100755 --- a/ns-unescape +++ b/ns-unescape @@ -1,5 +1,5 @@ #! /bin/sh sed -e 's/<//g' -e 's/&/\&/g' \ - $HOME/.netscape/bookmarks.html >_tmp.$$ && \ -exec mv _tmp.$$ $HOME/.netscape/bookmarks.html + "$HOME/.netscape/bookmarks.html" >_tmp.$$ && \ +exec mv _tmp.$$ "$HOME/.netscape/bookmarks.html"