summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-07-06 01:10:00 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2009-07-06 01:11:45 -0700
commit89dbf609d084eb353c048afa499aba953949f102 (patch)
treee064822e109ee3a077a475a647900a09ce3aa5b3 /show-patches.pl
parentFix bug #271475, #elif not valid without an argument. Use #else instead. (diff)
downloadmysql-extras-89dbf609d084eb353c048afa499aba953949f102.tar.gz
mysql-extras-89dbf609d084eb353c048afa499aba953949f102.tar.bz2
mysql-extras-89dbf609d084eb353c048afa499aba953949f102.zip
Need to use 5 digits of numbering now. LOTS of patches to track.
Diffstat (limited to 'show-patches.pl')
-rwxr-xr-xshow-patches.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/show-patches.pl b/show-patches.pl
index 786c038..99bc5eb 100755
--- a/show-patches.pl
+++ b/show-patches.pl
@@ -18,7 +18,7 @@ my $PV = $ARGV[1];
chomp $PV;
my ($FH, $index);
-open $FH,'<',"0000_index.txt";
+open $FH,'<',"00000_index.txt";
my @index = parseIndex($FH);
my @newindex = selectPatches(\@index, $PN, $PV);
#print Dumper(@index);