Re: [PATCH] init.sh: Consider OS/2-style path

2024-01-15 Thread KO Myung-Hun
Bruno Haible wrote: > Hi KO, > > Thanks for the reminder re 2023-10-02. A couple of details looked odd, > that's why I didn't find time to reply initially. > > I've now updated this loop in the same style as GNU Autoconf does. > > > 2024-01-15 Bruno Haible > > test-framework-sh: Im

Re: [PATCH] init.sh: Consider OS/2-style path

2024-01-15 Thread Bruno Haible
Hi KO, Thanks for the reminder re 2023-10-02. A couple of details looked odd, that's why I didn't find time to reply initially. I've now updated this loop in the same style as GNU Autoconf does. 2024-01-15 Bruno Haible test-framework-sh: Improve portability to native Windows and OS/

[PATCH] init.sh: Consider OS/2-style path

2024-01-14 Thread KO Myung-Hun
tests/init.sh (setup_): Use $PATH_SEPARATOR as a path separator, and consider an OS/2-style absolute path. --- tests/init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/init.sh b/tests/init.sh index aef5eea808..8b5dc2b23e 100644 --- a/tests/init.sh +++ b/tests/i

[PATCH] init.sh: Consider OS/2-style path

2023-10-02 Thread KO Myung-Hun
tests/init.sh (setup_): Use $PATH_SEPARATOR as a path separator, and consider an OS/2-style absolute path. --- tests/init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/init.sh b/tests/init.sh index 0494097e9f..2a88865972 100644 --- a/tests/init.sh +++ b/tests/i