[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <28810.1359040853@warthog.procyon.org.uk>
Date: Thu, 24 Jan 2013 15:20:53 +0000
From: David Howells <dhowells@...hat.com>
To: Michal Marek <mmarek@...e.cz>
Cc: dhowells@...hat.com, rusty@...abs.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/4] MODSIGN: Add -s <signature> option to sign-file
+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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists