Fix broken .config/git-annex/program installed by standalone tarball.

It was doubly broken; both missing a slash, and containing
"runshell git-annex", while some parts of the code expected it to be a
simple path to a program. This appears to include the transfer queue
runner, and the code that starts a new assistant process when switching to
another repository in the webapp.
This commit is contained in:
Joey Hess 2012-11-28 16:09:38 -04:00
parent abd7d11ea0
commit 51aa988a9f
5 changed files with 54 additions and 1 deletions

View file

@ -16,3 +16,5 @@ git-annex=3.20121127 on Ubuntu 12.04 LTS
## Please provide any additional information below.
Otherwise it is working great.
> I've fixed this. [[done]] --[[Joey]]