summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-22 11:00:16 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-22 11:00:16 +0200
commitd3a76ce2aaef5d56e8ab4cf97431186a1fc571eb (patch)
tree51a27254013f551f35022374e960f67d000d93ab
parent016c4a5cf2cdbcc0ee7b2de4bedadeb1d9ed9259 (diff)
downloadexchange-d3a76ce2aaef5d56e8ab4cf97431186a1fc571eb.tar.gz
exchange-d3a76ce2aaef5d56e8ab4cf97431186a1fc571eb.tar.bz2
exchange-d3a76ce2aaef5d56e8ab4cf97431186a1fc571eb.zip
use underscores
-rwxr-xr-xbootstrap6
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 3c42d2779..ca9ee6dce 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: