mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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:
parent
d71d6fe85c
commit
370522b888
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ (define-public attr
|
|||
;; Use the right shell.
|
||||
(substitute* "test/run"
|
||||
(("/bin/sh")
|
||||
(which "bash")))
|
||||
(which "sh")))
|
||||
|
||||
;; When building natively, run the tests.
|
||||
(unless target
|
||||
|
|
Loading…
Reference in a new issue