Fix to consider filenames with spaces

This commit is contained in:
Ilia Rostovtsev
2022-01-25 17:31:21 +03:00
parent 758db4c2f5
commit 3c687b46be

View File

@@ -43,7 +43,7 @@ foreach (0..100) {
# Run the command
&clean_language();
&open_execute_command(CMD, "$cmd <$yesfile", 2);
&open_execute_command(CMD, "$cmd <'$yesfile'", 2);
while(<CMD>) {
if (/setting\s+up\s+(\S+)/i && !/as\s+MDA/i) {
push(@rv, $1);