fix for perl 5.10 and 5.8
This commit is contained in:
parent
5fb8e3dec7
commit
774dbd8914
1 changed files with 3 additions and 2 deletions
|
@ -461,7 +461,8 @@ sub update_tuner_version {
|
||||||
my $receivedScripts = 0;
|
my $receivedScripts = 0;
|
||||||
my $httpcli =`which curl`;
|
my $httpcli =`which curl`;
|
||||||
|
|
||||||
foreach my $scriptKey (keys @scripts) {
|
#foreach my $scriptKey (%{@scripts}) {
|
||||||
|
for my $scriptKey (0 .. $#scripts) {
|
||||||
|
|
||||||
my $script = $scripts[$scriptKey];
|
my $script = $scripts[$scriptKey];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue