diff options
author | 2009-07-06 01:10:00 -0700 | |
---|---|---|
committer | 2009-07-06 01:11:45 -0700 | |
commit | 89dbf609d084eb353c048afa499aba953949f102 (patch) | |
tree | e064822e109ee3a077a475a647900a09ce3aa5b3 /show-patches.pl | |
parent | Fix bug #271475, #elif not valid without an argument. Use #else instead. (diff) | |
download | mysql-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-x | show-patches.pl | 2 |
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); |