master
joey 2006-03-11 01:08:14 +00:00
parent c233fd992b
commit ec18c1711f
1 changed files with 1 additions and 0 deletions

View File

@ -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) {