Commit 8a913c268e462a89509726dfeba2cba5e406793c

Mike Frysinger 2022-02-05T23:43:38

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.