From 029cc9ed76862953fef5ef9d32614c41b2b82f59 Mon Sep 17 00:00:00 2001 From: agriffis Date: Fri, 19 Mar 2004 05:23:33 +0000 Subject: [PATCH] fix $v bug and remove debug output svn path=/; revision=93 --- trunk/src/echangelog/ChangeLog | 4 ++++ trunk/src/echangelog/echangelog | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/trunk/src/echangelog/ChangeLog b/trunk/src/echangelog/ChangeLog index 5065bd8..5500d44 100644 --- a/trunk/src/echangelog/ChangeLog +++ b/trunk/src/echangelog/ChangeLog @@ -1,3 +1,7 @@ +19 Mar 2004 Aron Griffis + * Remove debugging output + * Fix $v bug introduced in last commit + 16 Mar 2004 Aron Griffis * Make Feb 17 behavior work without Feb 20 bug :-) * Release as version 0.2.0 diff --git a/trunk/src/echangelog/echangelog b/trunk/src/echangelog/echangelog index e2d6c73..5b1fc4c 100644 --- a/trunk/src/echangelog/echangelog +++ b/trunk/src/echangelog/echangelog @@ -61,8 +61,6 @@ while () { # the changed files we have @ebuilds = grep /\.ebuild$/, @files; @files = grep !/\.ebuild$/, @files; -print "files = @files\n"; -print "ebuilds = @ebuilds\n"; if (@ebuilds) { open C, "cvs diff -U 0 @ebuilds 2>&1 |" or die "Can't run cvs diff: $!\n"; $_ = ; @@ -85,7 +83,7 @@ if (@ebuilds) { last if /^[A-Za-z]/; if (/^[-+](?!# Copyright)/) { push @files, $f; - $versions{$2} = $v; # existing ebuild that has changed + $versions{$v} = $0; # existing ebuild that has changed last; } } -- 2.26.2