gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: use underscores


From: gnunet
Subject: [taler-exchange] branch master updated: use underscores
Date: Wed, 22 Jul 2020 11:00:53 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new d3a76ce2 use underscores
d3a76ce2 is described below

commit d3a76ce2aaef5d56e8ab4cf97431186a1fc571eb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 22 11:00:16 2020 +0200

    use underscores
---
 bootstrap | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/bootstrap b/bootstrap
index 3c42d277..ca9ee6dc 100755
--- a/bootstrap
+++ b/bootstrap
@@ -14,10 +14,8 @@ git submodule update --init
 cd contrib/gana/gnu-taler-error-codes
 make
 cd ../../..
-cp contrib/gana/gnu-taler-error-codes/taler-error-codes.h 
src/include/taler_error_codes.h
-cp contrib/gana/gnu-taler-error-codes/taler-error-codes.c 
src/util/taler_error_codes.c
-# Change the include in the source file so it can find the header
-sed -i '' 's/taler\-error\-codes\.h/taler_error_codes.h/g' 
src/util/taler_error_codes.c
+cp contrib/gana/gnu-taler-error-codes/taler_error_codes.h 
src/include/taler_error_codes.h
+cp contrib/gana/gnu-taler-error-codes/taler_error_codes.c 
src/util/taler_error_codes.c
 
 # This is more portable than `which' but comes with
 # the caveat of not(?) properly working on busybox's ash:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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