gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 82/125: build: Fixed incorrect script termination f


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 82/125: build: Fixed incorrect script termination from commit ad1dc10e61
Date: Sun, 21 Jan 2018 23:42:17 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit b399b04902c43f479b51b142505700edcfc34271
Author: Steve Holme <address@hidden>
AuthorDate: Fri Dec 22 20:21:40 2017 +0000

    build: Fixed incorrect script termination from commit ad1dc10e61
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a667c9086..bf6bfa987 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -621,7 +621,7 @@ function gen_element(type, dir, file)\
                -v src_rc="$$win32_src_rc" \
                -v src_x_srcs="$$sorted_src_x_srcs" \
                -v src_x_hdrs="$$sorted_src_x_hdrs" \
-               "$$awk_code" $(srcdir)/$(VC14_SRCTMPL) > $(VC14_SRCVCXPROJ) || 
{ exit 1; };) \
+               "$$awk_code" $(srcdir)/$(VC14_SRCTMPL) > $(VC14_SRCVCXPROJ) || 
{ exit 1; }; \
        \
        echo "generating '$(VC15_LIBVCXPROJ)'"; \
        awk -v proj_type=vcxproj \

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



reply via email to

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