gnu: node: Don't replace 'sh' reference with 'bash'.
* gnu/packages/node.scm (node)[arguments]: Use (which "sh") instead of (which "bash") in 'patch-files' phase.
This commit is contained in:
parent
ee6e780b2c
commit
f2ea722ae7
|
@ -64,7 +64,7 @@
|
||||||
"lib/internal/v8_prof_polyfill.js"
|
"lib/internal/v8_prof_polyfill.js"
|
||||||
"test/parallel/test-stdio-closed.js")
|
"test/parallel/test-stdio-closed.js")
|
||||||
(("'/bin/sh'")
|
(("'/bin/sh'")
|
||||||
(string-append "'" (which "bash") "'")))
|
(string-append "'" (which "sh") "'")))
|
||||||
|
|
||||||
;; Fix hardcoded /usr/bin/env references.
|
;; Fix hardcoded /usr/bin/env references.
|
||||||
(substitute* '("test/parallel/test-child-process-default-options.js"
|
(substitute* '("test/parallel/test-child-process-default-options.js"
|
||||||
|
|
Loading…
Reference in New Issue