[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-commits
Subject:    [Sbcl-commits] master: Fix make-config.sh
From:       stassats via Sbcl-commits <sbcl-commits () lists ! sourceforge ! net>
Date:       2020-02-22 19:55:44
Message-ID: 1582401344.531861.26952 () sfp-scm-2 ! v30 ! lw ! sourceforge ! com
[Download RAW message or body]

The branch "master" has been updated in SBCL:
       via  d7febbff9ea94f38c172f421858fb66913e1f8e1 (commit)
      from  06c75b0e926c9527c11d4d67be4d1e13d9c2bca9 (commit)

- Log -----------------------------------------------------------------
commit d7febbff9ea94f38c172f421858fb66913e1f8e1
Author: Stas Boukarev <stassats@gmail.com>
Date:   Sat Feb 22 22:55:35 2020 +0300

    Fix make-config.sh
---
 make-config.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/make-config.sh b/make-config.sh
index a9fa55a3a..a7b62031e 100755
--- a/make-config.sh
+++ b/make-config.sh
@@ -223,7 +223,9 @@ echo "SBCL_TEST_HOST=\"$SBCL_XC_HOST\"" > output/build-config
 
 if [ $perform_host_lisp_check = yes ]
 then
-    if [ ! echo '(lisp-implementation-type)' | $SBCL_TEST_HOST ]; then
+    if echo '(lisp-implementation-type)' | $SBCL_TEST_HOST; then
+        :
+    else
         echo "No working host Common Lisp implementation."
         echo 'See ./INSTALL, the "SOURCE DISTRIBUTION" section'
         exit 1

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL


_______________________________________________
Sbcl-commits mailing list
Sbcl-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic