Correctly test for no-ec.

(cherry picked from commit d5605699a15d870457f96b3e1795135228547324)
This commit is contained in:
Ben Laurie 2013-08-21 04:21:57 +01:00 committed by Dr. Stephen Henson
parent 2fc368c111
commit a808002bc3

View File

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