From: Moritz Bunkus Date: Wed, 22 Aug 2012 16:21:28 +0000 (+0200) Subject: Bei nicht zu quotenden Shell-Argumenten Exception werfen X-Git-Tag: release-3.0.0beta1~275^2~8 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/37bdd82e89bc5340ef08b4d867062663c7c9bc79?ds=inline Bei nicht zu quotenden Shell-Argumenten Exception werfen --- 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 {