Correctly test for no-ec.
This commit is contained in:
parent
a0aaa5660a
commit
d5605699a1
@ -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