Correctly test for no-ec.
(cherry picked from commit d5605699a15d870457f96b3e1795135228547324)
This commit is contained in:
parent
2fc368c111
commit
a808002bc3
@ -90,7 +90,7 @@ if ($? == 0)
|
||||
{
|
||||
$no_ec = 1;
|
||||
}
|
||||
elsif ($? == 1)
|
||||
elsif ($? == 256)
|
||||
{
|
||||
$no_ec = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user