Author :
Mike Frysinger
Date :
2022-02-05 23:43:38
Hash :8a913c26 Message :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.