gnu: tcsh: Use invoke instead of system*.
* gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
This commit is contained in:
parent
607f050bec
commit
c22f655fc8
@ -264,7 +264,7 @@ written by Paul Haahr and Byron Rakitzis.")
|
|||||||
(substitute* "tests/syntax.at"
|
(substitute* "tests/syntax.at"
|
||||||
(("; other_script.csh") "; /bin/sh other_script.csh"))
|
(("; other_script.csh") "; /bin/sh other_script.csh"))
|
||||||
;; Now, let's generate the test suite and patch it
|
;; Now, let's generate the test suite and patch it
|
||||||
(system* "make" "tests/testsuite")
|
(invoke "make" "tests/testsuite")
|
||||||
|
|
||||||
;; This file is ISO-8859-1 encoded.
|
;; This file is ISO-8859-1 encoded.
|
||||||
(with-fluids ((%default-port-encoding #f))
|
(with-fluids ((%default-port-encoding #f))
|
||||||
|
Loading…
Reference in New Issue
Block a user