guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: m4: Don't replace 'sh' reference with 'bash'.


From: Leo Famulari
Subject: 02/06: gnu: m4: 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 fa6428a19f8547b479abaab776cf1f3342d04445
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 5 03:00:06 2017 -0500

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

diff --git a/gnu/packages/m4.scm b/gnu/packages/m4.scm
index 6ad00f8..3ee8142 100644
--- a/gnu/packages/m4.scm
+++ b/gnu/packages/m4.scm
@@ -50,7 +50,7 @@
                     (substitute* (find-files "tests"
                                              "posix_spawn")
                       (("/bin/sh")
-                       (format #f "~a/bin/bash" bash)))))
+                       (format #f "~a/bin/sh" bash)))))
                 %standard-phases)))
    (synopsis "Macro processor")
    (description



reply via email to

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