From facf7d1d2ea5fdc2eca63ecc98622c2e7610875d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 13 Jul 2021 13:04:56 -0400 Subject: [PATCH] followup --- ...nt_6_9671156861cb41998907cd5dd1c76922._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/Failing_to_execute_bash_remotes_windows/comment_6_9671156861cb41998907cd5dd1c76922._comment diff --git a/doc/bugs/Failing_to_execute_bash_remotes_windows/comment_6_9671156861cb41998907cd5dd1c76922._comment b/doc/bugs/Failing_to_execute_bash_remotes_windows/comment_6_9671156861cb41998907cd5dd1c76922._comment new file mode 100644 index 0000000000..58ad6d3b96 --- /dev/null +++ b/doc/bugs/Failing_to_execute_bash_remotes_windows/comment_6_9671156861cb41998907cd5dd1c76922._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2021-07-13T16:58:59Z" + content=""" +@datamanager this bug report is about a Windows-specific problem, +and it was fixed in 2017. You seem to be using Android, unless +Windows has gotten a termux app that I am not aware of? + +It seems likely to me that if you look at +/data/data/com.termux/files/usr/bin/git-annex-remote-rclone, +it will start with "#!/bin/bash", and perhaps your android device +does not have a /bin/bash to run it with. Modifying the script to +use the path to termux's bash would probably fix that. +"""]]