1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 02:05:54 +02:00

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.
This commit is contained in:
Leo Famulari
2017-01-23 15:42:34 -05:00
parent d71d6fe85c
commit 370522b888
+1 -1
View File
@@ -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