[pkg-perl-tools] 01/02: scripts/forward: return result from detect_tracker_url() sub.

gregor herrmann gregoa at debian.org
Sat May 28 12:24:05 UTC 2016


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

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

commit 76214659864b8844efb2fe812fdec360c7a5e6e2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 28 14:23:12 2016 +0200

    scripts/forward: return result from detect_tracker_url() sub.
---
 scripts/forward | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/forward b/scripts/forward
index cd3c38d..44b194f 100755
--- a/scripts/forward
+++ b/scripts/forward
@@ -739,6 +739,8 @@ sub detect_tracker_url {
 
         warn "Falling back to $opt_tracker_url\n";
     }
+    
+    return $opt_tracker_url;
 }
 
 sub detect_tracker {

-- 
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