~ruther/guix-local

fa6428a19f8547b479abaab776cf1f3342d04445 — Leo Famulari 9 years ago 7428823
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/m4.scm
M gnu/packages/m4.scm => gnu/packages/m4.scm +1 -1
@@ 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