Commit d5605699 authored by Ben Laurie's avatar Ben Laurie
Browse files

Correctly test for no-ec.

parent a0aaa566
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;
	}