guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mit-krb5: Don't replace 'sh' reference with 'bash'.


From: Leo Famulari
Subject: 02/03: gnu: mit-krb5: Don't replace 'sh' reference with 'bash'.
Date: Mon, 23 Jan 2017 21:02:31 +0000 (UTC)

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

commit 3dd9b765c9e780e0229633af31b2b918155261ca
Author: Leo Famulari <address@hidden>
Date:   Mon Jan 23 15:55:45 2017 -0500

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

diff --git a/gnu/packages/mit-krb5.scm b/gnu/packages/mit-krb5.scm
index 87fe57d..f9e1e90 100644
--- a/gnu/packages/mit-krb5.scm
+++ b/gnu/packages/mit-krb5.scm
@@ -68,7 +68,7 @@
              (let ((perl (assoc-ref inputs "perl")))
                (substitute* "plugins/kdb/db2/libdb2/test/run.test"
                  (("/bin/cat") (string-append perl "/bin/perl"))
-                 (("D/bin/sh") (string-append "D" (which "bash")))
+                 (("D/bin/sh") (string-append "D" (which "sh")))
                  (("bindir=/bin/.") (string-append "bindir=" perl "/bin"))))
 
              ;; avoid service names since /etc/services is unavailable



reply via email to

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