From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyES3-0003hL-5M for guix-patches@gnu.org; Tue, 20 Mar 2018 06:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyERy-0003DR-T7 for guix-patches@gnu.org; Tue, 20 Mar 2018 06:25:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eyERy-0003DG-QN for guix-patches@gnu.org; Tue, 20 Mar 2018 06:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eyERy-0003f3-KB for guix-patches@gnu.org; Tue, 20 Mar 2018 06:25:02 -0400 Subject: [bug#30873] [PATCH core-updates 3/3] gnu: make: End phase on #t. Resent-Message-ID: From: Marius Bakke Date: Tue, 20 Mar 2018 11:24:19 +0100 Message-Id: <20180320102419.32286-3-mbakke@fastmail.com> In-Reply-To: <20180320102419.32286-1-mbakke@fastmail.com> References: <20180320102419.32286-1-mbakke@fastmail.com> 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: 30873@debbugs.gnu.org * gnu/packages/base.scm (gnu-make)[arguments]: Add #t in 'set-default-shell' phase. --- gnu/packages/base.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index a1aca3ae6..7b67f147b 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -405,7 +405,8 @@ functionality beyond that which is outlined in the POSIX standard.") (substitute* "job.c" (("default_shell =.*$") (format #f "default_shell = \"~a/bin/sh\";\n" - bash))))))))) + bash))) + #t)))))) (synopsis "Remake files automatically") (description "Make is a program that is used to control the production of -- 2.16.2