Re: [PATCH 3/4] MODSIGN: Add -s <signature> option to sign-file

From: David Howells
Date: Thu Jan 24 2013 - 10:21:24 EST


+die "Can't read private key\n" if !$signature_file && !-r $private_key;
+die "Can't read signature file\n" if $signature_file && !-r $signature_file;

Please bracket the if condition.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/