On Sun, Nov 19, 2023 at 1:44 PM Yasuhito FUTATSUKI <futat...@yf.bsdclub.org> 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): [[[ #!/bin/sh echo $PATH echo $0 ]]] Try running it from the shell, then try running it through SVN with 'svn diff' with '--diff-cmd'. Does it print different values? Thanks, Nathan