Commit a808002b authored by Ben Laurie's avatar Ben Laurie Committed by Dr. Stephen Henson
Browse files

Correctly test for no-ec.

(cherry picked from commit d5605699)
parent 2fc368c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ if ($? == 0)
	{
	$no_ec = 1;
	}
elsif ($? == 1)
elsif ($? == 256)
	{
	$no_ec = 0;
	}