guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/30: gnu: tcsh: Use invoke instead of system*.


From: Mark H. Weaver
Subject: 17/30: gnu: tcsh: Use invoke instead of system*.
Date: Fri, 16 Mar 2018 05:03:37 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit c22f655fc80cd0765a06bc124a750344c07fb595
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 16 03:59:38 2018 -0400

    gnu: tcsh: Use invoke instead of system*.
    
    * gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
---
 gnu/packages/shells.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 685f6d2..526fdd1 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]