]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Don't allow path normalization to delete a variable.
authorCollin Funk <collin.funk1@gmail.com>
Sat, 6 Apr 2024 13:04:52 +0000 (06:04 -0700)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Apr 2024 11:33:32 +0000 (13:33 +0200)
commit2c49dc450543fcf61a380fc62b494367dee274e1
treea0ca6a832a9521bdb0ef44270ed379f3d0ef08a7
parenteaf06caa22383eb44a630afab1e01b6f47bbd751
gnulib-tool.py: Don't allow path normalization to delete a variable.

* pygnulib/GLModuleSystem.py
(GLModule.getAutomakeSnippet_Unconditional): Use os.path.join() on the
Makefile variable so it isn't deleted by a following '..' from
os.path.norm().
ChangeLog
pygnulib/GLModuleSystem.py