gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix glitch


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix glitch
Date: Thu, 14 Jun 2018 21:56:41 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3b8dabb7f fix glitch
3b8dabb7f is described below

commit 3b8dabb7fb3241e2bddbaf70b568ed1ee015d1b6
Author: Nils Gillmann <address@hidden>
AuthorDate: Thu Jun 14 19:51:19 2018 +0000

    fix glitch
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 guix-env.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix-env.scm b/guix-env.scm
index d905ab716..588f389c5 100644
--- a/guix-env.scm
+++ b/guix-env.scm
@@ -138,7 +138,7 @@
                #t))
            (add-after 'patch-bin-sh 'bootstrap
              (lambda _
-               (zero? (system* "sh" "bootstrap"))))
+               (invoke "sh" "bootstrap")))
            ;;(add-before 'build 'chdir
            ;; (lambda _
            ;;  (chdir "doc/documentation")))
@@ -151,6 +151,6 @@
                       (lib (string-append out "/lib")))
                  (setenv "GNUNET_PREFIX" lib)
                  (setenv "PATH" (string-append (getenv "PATH") ":" bin))
-                 (zero? (system* "make" "check")))))))))))
+                 (invoke "make" "check"))))))))))
 
 gnunet-dev-env

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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