projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d52be
)
Bei nicht zu quotenden Shell-Argumenten Exception werfen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Aug 2012 16:21:28 +0000
(18:21 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 22 Aug 2012 16:21:28 +0000
(18:21 +0200)
SL/Template/ShellCommand.pm
patch
|
blob
|
history
diff --git
a/SL/Template/ShellCommand.pm
b/SL/Template/ShellCommand.pm
index
0824129
..
9ea4b8f
100644
(file)
--- 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 {