projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b140ed
)
revert eval change
author
Joey Hess
<joey@kodama.kitenet.net>
Sun, 13 Jul 2008 03:45:21 +0000
(23:45 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sun, 13 Jul 2008 03:45:21 +0000
(23:45 -0400)
ikiwiki.in
patch
|
blob
|
history
diff --git
a/ikiwiki.in
b/ikiwiki.in
index cc3f210b5ef5f345390bda811d0478965827dfc2..3bb881c4320f246b1edd4f9af80014149036d9e4 100755
(executable)
--- a/
ikiwiki.in
+++ b/
ikiwiki.in
@@
-100,7
+100,7
@@
sub getconfig () { #{{{
else {
# wrapper passes a full config structure in the environment
# variable
- eval
{possibly_foolish_untaint($ENV{WRAPPED_OPTIONS})}
;
+ eval
possibly_foolish_untaint($ENV{WRAPPED_OPTIONS})
;
if ($@) {
error("WRAPPED_OPTIONS: $@");
}