[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kde-common/svn/hooks
From:       Dirk Mueller <mueller () kde ! org>
Date:       2007-09-25 9:11:39
Message-ID: 1190711499.899550.3680.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 716794 by mueller:

make it less invalid perl


 M  +2 -1      post-commit.pl  


--- trunk/KDE/kde-common/svn/hooks/post-commit.pl #716793:716794
@@ -455,7 +455,8 @@
 
 sub add_to_bugz_cc($)
 {
-  my $email = shift . '@bugs.kde.org';
+  my ($email) = @_;
+  $email = "$email\@bugs.kde.org";
   push(@bugz_cclist, $email) unless (grep($_ eq $email, @bugz_cclist));
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic