]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove extraneous quoting
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 28 Jan 2008 23:01:51 +0000 (18:01 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 28 Jan 2008 23:01:51 +0000 (18:01 -0500)
IkiWiki/Rcs/git.pm

index 98c9a5eae8f5a6783bb1f3e289e4230ac707b03d..80ffdced26b3318a08a3d469effac42fab33ee29 100644 (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 {