X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/925da7fb961c7f344658542d97ae2a8b56e5e5f2..9c7262bf1daa8ca9bb1c81a11be0e47cbcf1b533:/SL/Template/ShellCommand.pm diff --git a/SL/Template/ShellCommand.pm b/SL/Template/ShellCommand.pm index 082412909..9ea4b8fbf 100644 --- a/SL/Template/ShellCommand.pm +++ b/SL/Template/ShellCommand.pm @@ -35,7 +35,7 @@ sub substitute_vars { sub format_string { my ($self, $variable) = @_; - return shell_quote_best_effort($variable); + return shell_quote($variable); } sub get_mime_type {