testing rebuilds
git-svn-id: svn://10.0.0.236/trunk@226095 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -32,7 +32,7 @@ my %read_only_users = (
|
||||
'xrbld' => 1
|
||||
);
|
||||
|
||||
my $username = $ENV{"CVS_USER"} || getlogin || (getpwuid($<))[0] || "nobody";
|
||||
my $username = $ENV{'CVS_USER'} || getlogin || (getpwuid($<))[0] || 'nobody';
|
||||
|
||||
if (exists $read_only_users{$username}) {
|
||||
print STDERR "The $username account is not permitted to check-in to this CVS repository.\n";
|
||||
|
||||
Reference in New Issue
Block a user