mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix to consider filenames with spaces
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user