Linux standalone, OSX app: Improve runshell script to always quote shell vars, so that it will work when eg, untarred into a directory path with spaces in its name.

This commit is contained in:
Joey Hess 2015-05-26 15:38:44 -04:00
parent dfd145658c
commit 5e1f1bd252
3 changed files with 15 additions and 12 deletions

3
debian/changelog vendored
View file

@ -2,6 +2,9 @@ git-annex (5.20150523) UNRELEASED; urgency=medium
* fromkey, registerurl: Allow urls to be specified instead of keys,
and generate URL keys.
* Linux standalone, OSX app: Improve runshell script to always quote
shell vars, so that it will work when eg, untarred into a directory
path with spaces in its name.
-- Joey Hess <id@joeyh.name> Fri, 22 May 2015 22:23:32 -0400