improve response
This commit is contained in:
parent
41d6966747
commit
ff9ba1f4d3
1 changed files with 8 additions and 6 deletions
|
@ -4,11 +4,13 @@
|
||||||
date="2018-10-22T17:04:18Z"
|
date="2018-10-22T17:04:18Z"
|
||||||
content="""
|
content="""
|
||||||
runshell contains code that puts it in PATH when run on termux.
|
runshell contains code that puts it in PATH when run on termux.
|
||||||
However, that relies on `uname -o` reporting "Android",
|
That relies on termux's `uname -o` reporting "Android".
|
||||||
and git-annex bundles its own uname which didn't (oops).
|
|
||||||
|
|
||||||
It seems likely I fixed this in
|
I'm fairly sure I tested that code when I added it, and it worked at the
|
||||||
[[!commit d14983ee68ac553f3a49e9148ed193fbae722bb8]], although I have
|
time.
|
||||||
not tried it yet, and the arm64 daily build hasn't been updated yet to
|
[[!commit d14983ee68ac553f3a49e9148ed193fbae722bb8]] may be related,
|
||||||
include that fix.
|
but I don't think so.
|
||||||
|
|
||||||
|
It should not be hard to debug
|
||||||
|
git-annex.linux/runshell, since it's a shell script and you can run it `set -x`
|
||||||
"""]]
|
"""]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue