mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: m4: Don't replace 'sh' reference with 'bash'.
* gnu/packages/m4.scm (m4)[arguments]: Use /bin/sh instead of /bin/bash in 'pre-check' phase.
This commit is contained in:
parent
74288230ea
commit
fa6428a19f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ (define-public m4
|
|||
(substitute* (find-files "tests"
|
||||
"posix_spawn")
|
||||
(("/bin/sh")
|
||||
(format #f "~a/bin/bash" bash)))))
|
||||
(format #f "~a/bin/sh" bash)))))
|
||||
%standard-phases)))
|
||||
(synopsis "Macro processor")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue