guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY.


From: Ludovic Courtès
Subject: 07/09: gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY.
Date: Thu, 30 Mar 2017 05:15:25 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 58b240783c8a1c716731f83c20da47f7dc267aa7
Author: Andy Patterson <address@hidden>
Date:   Wed Mar 15 22:12:11 2017 -0400

    gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY.
    
    * gnu/packages/lisp.scm (ccl)[arguments]: Unconditionally set the
    CCL_DEFAULT_DIRECTORY environment variable in the wrapper script.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/lisp.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 208da70..1fcd316 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -483,9 +483,7 @@ statistical profiler, a code coverage tool, and many other 
extensions.")
                    (display
                     (string-append
                      "#!" bash "/bin/sh\n"
-                     "if [ -z \"$CCL_DEFAULT_DIRECTORY\" ]; then\n"
-                     "    CCL_DEFAULT_DIRECTORY=" libdir "\n"
-                     "fi\n"
+                     "CCL_DEFAULT_DIRECTORY=" libdir "\n"
                      "export CCL_DEFAULT_DIRECTORY\n"
                      "exec " libdir kernel "\n"))))
                (chmod wrapper #o755)))



reply via email to

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