Correctly test for no-ec.
This commit is contained in:
parent
a0aaa5660a
commit
d5605699a1
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ if ($? == 0)
|
|||
{
|
||||
$no_ec = 1;
|
||||
}
|
||||
elsif ($? == 1)
|
||||
elsif ($? == 256)
|
||||
{
|
||||
$no_ec = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue