projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1365ebf
)
minor simplification
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:20:21 +0000
(16:20 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:20:21 +0000
(16:20 -0400)
IkiWiki/Plugin/cvs.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/cvs.pm
b/IkiWiki/Plugin/cvs.pm
index dad28881d985f6c7a8fb8d103598663e27932110..c891174e07300611677f5a54fb36847a646fc1f6 100644
(file)
--- a/
IkiWiki/Plugin/cvs.pm
+++ b/
IkiWiki/Plugin/cvs.pm
@@
-24,7
+24,7
@@
sub import {
}
sub genwrapper () {
-
my $check_args=<<"EOF"
;
+
return <<EOF
;
{
int j;
for (j = 1; j < argc; j++)
@@
-32,7
+32,6
@@
sub genwrapper () {
exit(0);
}
EOF
- return $check_args;
}
sub checkconfig () {