Re: gnulib-tool.py: Handle absolute path checks consistently.

2024-06-09 Thread Bruno Haible
Collin Funk wrote: > Lets just use os.path.isabs() and let it deal with > platform related stuff. OK. I assume that if someone uses gnulib-tool with Cygwin, and has a native Windows Python installation, they will report problems. Then we can decide what to do. (Probably there are few people who d

gnulib-tool.py: Handle absolute path checks consistently.

2024-06-09 Thread Collin Funk
2024-06-09 Collin Funk + + gnulib-tool.py: Handle absolute path checks consistently. + * pygnulib/GLImport.py (GLImport.relative_to_destdir) + (GLImport.relative_to_currdir): Use os.path.isabs() instead of checking + for a slash. + * pygnulib/constants.py (symlin