guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: gnu-make: Don't replace 'sh' reference with 'bash'.


From: Leo Famulari
Subject: 03/06: gnu: gnu-make: Don't replace 'sh' reference with 'bash'.
Date: Fri, 6 Jan 2017 22:21:38 +0000 (UTC)

lfam pushed a commit to branch core-updates
in repository guix.

commit 60f3ad8c073bba0a4672752f4b73ddd5ebd6b011
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 5 03:02:08 2017 -0500

    gnu: gnu-make: Don't replace 'sh' reference with 'bash'.
    
    * gnu/packages/base.scm (gnu-make)[arguments]: Use /bin/sh instead of 
/bin/bash
    in 'set-default-shell' phase.
---
 gnu/packages/base.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 93b598f..1483cd3 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -365,7 +365,7 @@ functionality beyond that which is outlined in the POSIX 
standard.")
             (let ((bash (assoc-ref inputs "bash")))
               (substitute* "job.c"
                 (("default_shell =.*$")
-                 (format #f "default_shell = \"~a/bin/bash\";\n"
+                 (format #f "default_shell = \"~a/bin/sh\";\n"
                          bash)))))))))
    (synopsis "Remake files automatically")
    (description



reply via email to

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