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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user