Correctly test for no-ec.

This commit is contained in:
Ben Laurie 2013-08-21 04:21:57 +01:00
parent a0aaa5660a
commit d5605699a1

View File

@ -90,7 +90,7 @@ if ($? == 0)
{
$no_ec = 1;
}
elsif ($? == 1)
elsif ($? == 256)
{
$no_ec = 0;
}