Re: "svn diff --diff-cmd" + script using /usr/bin/env broken with Android 14

2024-01-01 Thread Vincent Lefevre
Hi, This is a bit old, but this is apparently a Termux specific issue, which has just been fixed (but the fix isn't available yet, so that I couldn't test). On 2023-11-20 03:43:31 +0900, Yasuhito FUTATSUKI wrote: > Hello, > > On 2023/11/19 11:34, Vincent Lefevre wrote: > > I've reported the foll

Re: "svn diff --diff-cmd" + script using /usr/bin/env broken with Android 14

2023-11-19 Thread Nathan Hartman
On Sun, Nov 19, 2023 at 1:44 PM Yasuhito FUTATSUKI wrote: (snip) > * $0 is properly set to the accessible absolute path of the script I wonder about the above. Experiment (for Vincent): Could you invoke a script that echoes the values of $PATH and $0? e.g., (I didn't test the following): [[[ #

Re: "svn diff --diff-cmd" + script using /usr/bin/env broken with Android 14

2023-11-19 Thread Yasuhito FUTATSUKI
Hi, On 2023/11/20 3:25, Nathan Hartman wrote: On Sat, Nov 18, 2023 at 9:34 PM Vincent Lefevre wrote: I get an error like Index: perso/TODO === exec of 'mydiff' failed: No such file or directorysvn: E200012: 'mydiff' returned 2

Re: "svn diff --diff-cmd" + script using /usr/bin/env broken with Android 14

2023-11-19 Thread Yasuhito FUTATSUKI
Hello, On 2023/11/19 11:34, Vincent Lefevre wrote: I've reported the following bug on https://github.com/termux/termux-packages/issues/18537 Since this is specific to svn, I'm reporting it here too. In particular, I'm wondering what special thing svn does to trigger the failure compared to

Re: "svn diff --diff-cmd" + script using /usr/bin/env broken with Android 14

2023-11-19 Thread Nathan Hartman
On Sat, Nov 18, 2023 at 9:34 PM Vincent Lefevre wrote: > I've reported the following bug on > > https://github.com/termux/termux-packages/issues/18537 > > Since this is specific to svn, I'm reporting it here too. > In particular, I'm wondering what special thing svn does > to trigger the failur

"svn diff --diff-cmd" + script using /usr/bin/env broken with Android 14

2023-11-18 Thread Vincent Lefevre
I've reported the following bug on https://github.com/termux/termux-packages/issues/18537 Since this is specific to svn, I'm reporting it here too. In particular, I'm wondering what special thing svn does to trigger the failure compared to the shell. With "svn diff", I use the --diff-cmd optio