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.
master
Leo Famulari 2017-01-23 15:42:34 -05:00
parent d71d6fe85c
commit 370522b888
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 1 deletions

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