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:
parent
d71d6fe85c
commit
370522b888
|
@ -54,7 +54,7 @@
|
||||||
;; Use the right shell.
|
;; Use the right shell.
|
||||||
(substitute* "test/run"
|
(substitute* "test/run"
|
||||||
(("/bin/sh")
|
(("/bin/sh")
|
||||||
(which "bash")))
|
(which "sh")))
|
||||||
|
|
||||||
;; When building natively, run the tests.
|
;; When building natively, run the tests.
|
||||||
(unless target
|
(unless target
|
||||||
|
|
Loading…
Reference in New Issue