From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evfk4-00070T-DH for guix-patches@gnu.org; Tue, 13 Mar 2018 04:57:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evfjz-0005jL-Ga for guix-patches@gnu.org; Tue, 13 Mar 2018 04:57:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50108) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evfjz-0005jA-Ce for guix-patches@gnu.org; Tue, 13 Mar 2018 04:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1evfjy-0005FC-EM for guix-patches@gnu.org; Tue, 13 Mar 2018 04:57:02 -0400 Subject: [bug#30604] [PATCH v11 6/6] linux-modules: Add "modules.devname" writer. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87h8plkkkc.fsf@gnu.org> <20180312221541.1886-1-ludo@gnu.org> <20180312221541.1886-6-ludo@gnu.org> <20180312235547.6ac0af0a@scratchpost.org> Date: Tue, 13 Mar 2018 09:56:39 +0100 In-Reply-To: <20180312235547.6ac0af0a@scratchpost.org> (Danny Milosavljevic's message of "Mon, 12 Mar 2018 23:55:46 +0100") Message-ID: <873714fj5k.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 30604@debbugs.gnu.org Danny Milosavljevic skribis: >> + (call-with-output-file (string-append "/tmp" "/modules.devname") > ^^^^^^ directory > > Otherwise LGTM! Oops, fixed!