gnu: tcsh: Use invoke instead of system*.

* gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
master
Mark H Weaver 2018-03-16 03:59:38 -04:00
parent 607f050bec
commit c22f655fc8
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ written by Paul Haahr and Byron Rakitzis.")
(substitute* "tests/syntax.at"
(("; other_script.csh") "; /bin/sh other_script.csh"))
;; 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.
(with-fluids ((%default-port-encoding #f))