]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/cvs.pm
whitespace
[git.ikiwiki.info.git] / IkiWiki / Plugin / cvs.pm
index 849302df46c80333a1e0d1863d6a8a2dffc33c32..4735c013810c0d44a9b51cdc1d5e0ba08ec9fedb 100644 (file)
@@ -303,7 +303,7 @@ 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";
        }