[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: attr: Don't replace 'sh' reference with 'bash'.
From: |
Leo Famulari |
Subject: |
01/01: gnu: attr: Don't replace 'sh' reference with 'bash'. |
Date: |
Mon, 23 Jan 2017 20:50:30 +0000 (UTC) |
lfam pushed a commit to branch core-updates
in repository guix.
commit 370522b888c73ad16bcd8c5709c86d9c1e91dc57
Author: Leo Famulari <address@hidden>
Date: Mon Jan 23 15:42:34 2017 -0500
gnu: attr: Don't replace 'sh' reference with 'bash'.
* gnu/packages/attr.scm (attr)[arguments]: Use /bin/sh instead of /bin/bash
in
'check' phase.
---
gnu/packages/attr.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/attr.scm b/gnu/packages/attr.scm
index 907a568..4dbe09c 100644
--- a/gnu/packages/attr.scm
+++ b/gnu/packages/attr.scm
@@ -54,7 +54,7 @@
;; Use the right shell.
(substitute* "test/run"
(("/bin/sh")
- (which "bash")))
+ (which "sh")))
;; When building natively, run the tests.
(unless target