X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e7795f35b2e3f839001a9fdb7e21f4dd4f2f84e..9c563fc70a2907684cc25a0b86b23dce842ce543:/SL/Template/ShellCommand.pm?ds=sidebyside 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 {