From ff9ba1f4d3bf38dc3b7bcc84d67bb4e51a1dfd36 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Oct 2018 13:10:17 -0400 Subject: [PATCH] improve response --- ...ent_1_cf0e167e2da279a20c5b71f9962d05a0._comment | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/bugs/Android_installation_is_missing___36__PATH_setup/comment_1_cf0e167e2da279a20c5b71f9962d05a0._comment b/doc/bugs/Android_installation_is_missing___36__PATH_setup/comment_1_cf0e167e2da279a20c5b71f9962d05a0._comment index fa841cb211..61c806080a 100644 --- a/doc/bugs/Android_installation_is_missing___36__PATH_setup/comment_1_cf0e167e2da279a20c5b71f9962d05a0._comment +++ b/doc/bugs/Android_installation_is_missing___36__PATH_setup/comment_1_cf0e167e2da279a20c5b71f9962d05a0._comment @@ -4,11 +4,13 @@ date="2018-10-22T17:04:18Z" content=""" runshell contains code that puts it in PATH when run on termux. -However, that relies on `uname -o` reporting "Android", -and git-annex bundles its own uname which didn't (oops). +That relies on termux's `uname -o` reporting "Android". -It seems likely I fixed this in -[[!commit d14983ee68ac553f3a49e9148ed193fbae722bb8]], although I have -not tried it yet, and the arm64 daily build hasn't been updated yet to -include that fix. +I'm fairly sure I tested that code when I added it, and it worked at the +time. +[[!commit d14983ee68ac553f3a49e9148ed193fbae722bb8]] may be related, +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` """]]