Linux standalone: Work around problem that prevented it from working properly if unpacked into a directory that contains ":" or ";" in its name.

This commit is contained in:
Joey Hess 2015-08-04 16:08:19 -04:00
parent a42acc9a42
commit 7133b68afe
3 changed files with 33 additions and 2 deletions

View file

@ -39,3 +39,10 @@ git-annex: get: 1 failed
# End of transcript or log.
"""]]
> Actually, this bug is fixable. And I have! I made it detect the problem
> path, and then fall back to making a directory in /tmp, symlinking the
> git-annex.linux directory into it, and using that as its base directory.
>
> Of course, that's a suboptimal configuration, but better than having some
> configurations where it doesn't work. --[[Joey]]