projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c233fd9
)
cgiurl
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 01:08:14 +0000
(
01:08
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 01:08:14 +0000
(
01:08
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 230de585df68a75173735818699903efe0b01c63..78e0d2798b913e8fbc795c07619d0011d8c717e7 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-512,6
+512,7
@@
sub gen_wrapper ($$) {
push @params, "--nosvn" if !$svn;
push @params, "--cgi" if $cgi;
push @params, "--url=$url" if $url;
+ push @params, "--cgiurl=$url" if $cgiurl;
my $params=join(" ", @params);
my $call='';
foreach my $p ($this, $this, @params) {