diff --git a/scripts/zmaudit.pl.in b/scripts/zmaudit.pl.in index 7f2df08b9..3bd8aa99a 100644 --- a/scripts/zmaudit.pl.in +++ b/scripts/zmaudit.pl.in @@ -293,7 +293,7 @@ MAIN: while( $loop ) { if ( confirm() ) { ( $link ) = ( $link =~ /^(.*)$/ ); # De-taint - my $command = "rm $link"; + my $command = qq`rm "$link"`; executeShellCommand( $command ); $cleaned = 1; }