summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-02-11 19:28:43 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2009-02-11 19:28:43 -0800
commit3dcd1f9cab86ba808cf1a75247a336dfbf392431 (patch)
treea65919e38bc50750b9663f963ca086935154b119 /show-patches.pl
parentGentoo bug 250880. (diff)
downloadmysql-extras-3dcd1f9cab86ba808cf1a75247a336dfbf392431.tar.gz
mysql-extras-3dcd1f9cab86ba808cf1a75247a336dfbf392431.tar.bz2
mysql-extras-3dcd1f9cab86ba808cf1a75247a336dfbf392431.zip
Go to four-digit numbers.
Diffstat (limited to 'show-patches.pl')
-rw-r--r--show-patches.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-patches.pl b/show-patches.pl
index 5d8dede..08450f7 100644
--- a/show-patches.pl
+++ b/show-patches.pl
@@ -12,7 +12,7 @@ my $PV = $ARGV[1];
chomp $PV;
my ($FH, $index);
-open $FH,'<',"000_index.txt";
+open $FH,'<',"0000_index.txt";
my @index = parseIndex($FH);
my @newindex = selectPatches(\@index, $PN, $PV);
#print Dumper(@index);