From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 1/2] cs-bisection-step: Remove a bit of duplication Date: Tue, 3 Jun 2014 16:02:21 +0100 Message-ID: <1401807742-25089-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WrqET-0006Bp-TC for xen-devel@lists.xenproject.org; Tue, 03 Jun 2014 15:02:33 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Jackson --- cs-bisection-step | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs-bisection-step b/cs-bisection-step index 3172b57..d5f8cb8 100755 --- a/cs-bisection-step +++ b/cs-bisection-step @@ -441,7 +441,7 @@ sub digraph_whole () { if (defined $url && length $url) { push @treeinfos, { Name => $tree, - Url => $latest_rmap->{$tree}{Url} + Url => $url, }; } else { print STDERR "(tree with no url: $tree)\n"; -- 1.7.10.4