remove extraneous quoting

master
Joey Hess 2008-01-28 18:01:51 -05:00
parent f7b86d8177
commit 161947160b
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ sub rcs_notify () { #{{{
my ($user, $message);
if (@{ $ci->{'comment'} }[0] =~ m/$config{web_commit_regexp}/) {
$user = defined $2 ? "$2" : "$3";
$user = defined $2 ? $2 : $3;
$message = $4;
}
else {