Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update bash completion header documentation
[gitweb.git]
/
git-cvsserver.perl
diff --git
a/git-cvsserver.perl
b/git-cvsserver.perl
index a07c72526f4b2ad54a03ac3d1f7e59670150c0d0..fcfb99db65599650d5ac6188b40b54d27ecf6f60 100755
(executable)
--- a/
git-cvsserver.perl
+++ b/
git-cvsserver.perl
@@
-105,6
+105,7
@@
unless ($line eq 'anonymous') {
print "E Only anonymous user allowed via pserver\n";
print "I HATE YOU\n";
+ exit 1;
}
$line = <STDIN>; chomp $line; # validate the password?
$line = <STDIN>; chomp $line;