From: Joey Hess Date: Thu, 28 Jul 2022 16:07:30 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~69^2~331 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c8a2752345feec2ffa188ea28dd8a9cd7140d3a5;p=git-annex.git comment --- diff --git a/doc/bugs/Android_unable_to_use_external_special_remote/comment_1_17b13329db6fb4788240428ed1e2b212._comment b/doc/bugs/Android_unable_to_use_external_special_remote/comment_1_17b13329db6fb4788240428ed1e2b212._comment new file mode 100644 index 0000000000..aaaa2524b7 --- /dev/null +++ b/doc/bugs/Android_unable_to_use_external_special_remote/comment_1_17b13329db6fb4788240428ed1e2b212._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-07-28T16:03:32Z" + content=""" +Does Android have a /bin/bash, which is in the shebang of that script? +You might want to try running `termux-fix-shebang` on +git-annex-remote-rclone, or otherwise modify it to use a shell that is +available. + +You can modify git-annex.linux/runshell to change how it runs proot. The +call to proot is right down at the end of it. +"""]]