]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Quote file names passed to 'patch'.
authorCollin Funk <collin.funk1@gmail.com>
Thu, 2 May 2024 04:26:34 +0000 (21:26 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Thu, 2 May 2024 04:26:34 +0000 (21:26 -0700)
commitadc6d632afe4a7e055bf4cd0f4723fc922fa5d6c
tree6e61ac953afbd5988ba0506f7c2ff000bc771aa8
parent89358f24cfb8d9bb501f60ce9f49b5ec1b2a02c1
gnulib-tool.py: Quote file names passed to 'patch'.

* pygnulib/GLTestDir.py (_patch_test_driver): Import shlex and cleanup
unused imports. Use shlex.quote() on the file names passed to 'patch'.
* pygnulib/GLFileSystem.py (GLFileSystem.lookup): Likewise. Perform
redirection using sp.call() arguments instead of using the shell.
ChangeLog
pygnulib/GLFileSystem.py
pygnulib/GLTestDir.py