1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02: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:
Leo Famulari
2017-01-05 03:00:06 -05:00
parent 74288230ea
commit fa6428a19f
+1 -1
View File
@@ -50,7 +50,7 @@
(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