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. +"""]]