sipb-www
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73224da
)
formatting
author
Joey Hess
<joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:21:03 +0000
(16:21 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Thu, 10 Sep 2009 20:21:03 +0000
(16:21 -0400)
IkiWiki/Plugin/cvs.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/cvs.pm
b/IkiWiki/Plugin/cvs.pm
index c891174e07300611677f5a54fb36847a646fc1f6..d44ded50571fe2832fbaf29ab3680fb1e02c912a 100644
(file)
--- a/
IkiWiki/Plugin/cvs.pm
+++ b/
IkiWiki/Plugin/cvs.pm
@@
-298,7
+298,8
@@
sub rcs_recentchanges($) {
system("env TZ=UTC cvsps -q --cvs-direct -z 30 -x >$tmpfile");
if ($? == -1) {
error "couldn't run cvsps: $!\n";
- } elsif (($? >> 8) != 0) {
+ }
+ elsif (($? >> 8) != 0) {
error "cvsps exited " . ($? >> 8) . ": $!\n";
}