projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83888b7
)
remove WRAPPED_OPTIONS once loaded
author
Joey Hess
<joey@kodama.kitenet.net>
Wed, 6 Aug 2008 00:11:32 +0000
(20:11 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Wed, 6 Aug 2008 00:11:32 +0000
(20:11 -0400)
This makes reentrant ikiwiki calls from wrappers work.
ikiwiki.in
patch
|
blob
|
history
diff --git
a/ikiwiki.in
b/ikiwiki.in
index beb4052273d496c23bf33ba8080feff469407a6e..ddbd710568d67d61cd3aecd3c9970b298e514edf 100755
(executable)
--- a/
ikiwiki.in
+++ b/
ikiwiki.in
@@
-105,6
+105,7
@@
sub getconfig () { #{{{
if ($@) {
error("WRAPPED_OPTIONS: $@");
}
+ delete $ENV{WRAPPED_OPTIONS};
loadplugins();
checkconfig();
}