mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix not to quotemeta hardcoded flag #2159
This commit is contained in:
@@ -50,7 +50,7 @@ if ($action ne '-b' && $action ne '-k') {
|
|||||||
$types .= " ".join(' ', @extra) ;
|
$types .= " ".join(' ', @extra) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
my $args = quotemeta($action)." ".$types." ".quotemeta($recursive);
|
my $args = quotemeta($action)." ".$types." ".$recursive;
|
||||||
$args =~ s/\s+/ /g;
|
$args =~ s/\s+/ /g;
|
||||||
$args = &trim($args);
|
$args = &trim($args);
|
||||||
foreach my $file (@files) {
|
foreach my $file (@files) {
|
||||||
|
|||||||
Reference in New Issue
Block a user