guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30873] [PATCH core-updates 3/3] gnu: make: End phase on #t.


From: Marius Bakke
Subject: [bug#30873] [PATCH core-updates 3/3] gnu: make: End phase on #t.
Date: Tue, 20 Mar 2018 11:24:19 +0100

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]