guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."


From: Leo Famulari
Subject: 01/01: Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."
Date: Thu, 5 Jan 2017 16:22:12 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit f537ad0bf3bd3bdb43f752e091cb4a695a4aa077
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 5 11:21:38 2017 -0500

    Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."
    
    This commit causes too many rebuilds. It will be re-committed to 
core-updates.
    
    This reverts commit 5b2834ae790557a760fea4bf2b8c7bac1ea8f23d.
---
 gnu/packages/gawk.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 280e3d3..86f0133 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -47,7 +47,7 @@
                      (let ((bash (assoc-ref inputs "bash")))
                        (substitute* "io.c"
                          (("/bin/sh")
-                          (string-append bash "/bin/sh")))
+                          (string-append bash "/bin/bash")))
 
                        ;; When cross-compiling, remove dependencies on the
                        ;; `check-for-shared-lib-support' target, which tries



reply via email to

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