testing rebuilds

git-svn-id: svn://10.0.0.236/trunk@226095 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aravind%mozilla.com
2007-05-08 00:20:31 +00:00
parent 070a77ff9e
commit 9e84f85ee3

View File

@@ -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";