use underscores

This commit is contained in:
Christian Grothoff 2020-07-22 11:00:16 +02:00
parent 016c4a5cf2
commit d3a76ce2aa
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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: