[pkg-perl-tools] 02/02: scripts/forward: fix undefined variable name

Alex Muntada alexm-guest at moszumanska.debian.org
Sun May 22 14:17:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

alexm-guest pushed a commit to branch master
in repository pkg-perl-tools.

commit 8ffc219c5941985635dd7b372ff043e8ff503792
Author: Alex Muntada <alexm at alexm.org>
Date:   Sun May 22 00:15:07 2016 +0200

    scripts/forward: fix undefined variable name
---
 scripts/forward | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/forward b/scripts/forward
index d5b8e86..c9fa184 100755
--- a/scripts/forward
+++ b/scripts/forward
@@ -727,9 +727,9 @@ sub detect_tracker_url {
         and $meta->resources
         and $meta->resources->{bugtracker};
 
-    $opt_tracker_url ||= $upstream_meta->{'Bug-Database'}
+    $opt_tracker_url ||= $upstream_metadata->{'Bug-Database'}
         if $upstream_metadata
-        and exists $upstream_meta->{'Bug-Database'};
+        and exists $upstream_metadata->{'Bug-Database'};
 
     unless ($opt_tracker_url) {
         warn "Bug tracker web not found in META.\n";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list