fix typo in echangelog
authoragriffis <agriffis@gentoo.org>
Sun, 21 Mar 2004 05:25:37 +0000 (05:25 -0000)
committeragriffis <agriffis@gentoo.org>
Sun, 21 Mar 2004 05:25:37 +0000 (05:25 -0000)
svn path=/; revision=94

trunk/src/echangelog/ChangeLog
trunk/src/echangelog/echangelog

index 5500d44e3fe6d0ad7eb25b5ef9a2659ec6abe568..e68bcf8ebedcf590d49b3a1ef8a0d66e52ec4ca9 100644 (file)
@@ -1,3 +1,6 @@
+21 Mar 2004 Aron Griffis <agriffis@gentoo.org>
+       * Fix typo $0 -> 0
+
 19 Mar 2004 Aron Griffis <agriffis@gentoo.org>
        * Remove debugging output
        * Fix $v bug introduced in last commit
index 5b1fc4caca156ccf374bd40c381476649009b919..ace14406204afb9921a5d1fb5bfd391dc1fcd4a1 100644 (file)
@@ -83,7 +83,7 @@ if (@ebuilds) {
                                last if /^[A-Za-z]/;
                                if (/^[-+](?!# Copyright)/) {
                                        push @files, $f;
-                                       $versions{$v} = $0;     # existing ebuild that has changed
+                                       $versions{$v} = 0;      # existing ebuild that has changed
                                        last;
                                }
                        }