On Sun, Oct 12, 2014 at 3:57 AM, Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx> wrote: > > > - system ($check) == 0 or die; > + system ($check) == 0 or exit 1; Why not exit with the error code from sparse here? Sparse might exit with other error code than "1" in the future. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html