mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: tcsh: Use invoke instead of system*.
* gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
This commit is contained in:
parent
607f050bec
commit
c22f655fc8
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ (define-public tcsh
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue