]> git.ipfire.org Git - thirdparty/automake.git/commit
py-compile: handle filenames with whitespace
authorMike Frysinger <vapier@gentoo.org>
Sun, 6 Feb 2022 04:43:38 +0000 (23:43 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 6 Feb 2022 04:43:38 +0000 (23:43 -0500)
commit8a913c268e462a89509726dfeba2cba5e406793c
tree642d7a34b854835a686c9117eed5b1c585468dd1
parentfaa1d2c5cb09be9ff5c65f97a8312834a78c762a
py-compile: handle filenames with whitespace

The list of files is put into a string and then split on whitespace.
Fix the way the list of files are passed to the compile script.

* lib/py-compile: Pass files as arguments, not as a string.
* t/py-compile-files.sh: New test.
lib/py-compile
t/py-compile-files.sh [new file with mode: 0644]