1
0
mirror of synced 2026-04-25 20:11:20 +00:00

Consistent code style for hash value accesses

This commit is contained in:
Axel Beckert
2010-07-16 16:48:25 +02:00
parent 9e738bfb5f
commit 82fae6a5bc

View File

@@ -305,7 +305,7 @@ sub importPartitionsFromEnvironment
{
@PARTITIONS = ();
return unless exists $ENV{'NUMPARTITIONS'};
return unless exists $ENV{ 'NUMPARTITIONS' };
for ( my $i = 1 ; $i <= $ENV{ 'NUMPARTITIONS' } ; $i++ )
{
my @parts = split( /:/, $ENV{ 'PARTITION' . $i }, 7 );