merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit d671ac4a7a9fcac65d8a0baa4f846e934e77f0d9
parent fdc385f93bb4aece0cae5fb0ff560bac7ee68a43
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 17 May 2021 13:57:28 +0200

remove problematic tput statements (#6869)

Diffstat:
Msrc/testing/initialize_taler_system.sh | 2--
Msrc/testing/test_key_rotation.sh | 3+--
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/testing/initialize_taler_system.sh b/src/testing/initialize_taler_system.sh @@ -2,8 +2,6 @@ ## Coloring style Text shell script COLOR='\033[0;35m' NOCOLOR='\033[0m' -BOLD="$(tput bold)" -NORM="$(tput sgr0)" set -eu diff --git a/src/testing/test_key_rotation.sh b/src/testing/test_key_rotation.sh @@ -10,8 +10,7 @@ ## Coloring style Text shell script COLOR='\033[0;35m' NOCOLOR='\033[0m' -BOLD="$(tput bold)" -NORM="$(tput sgr0)" + set -eu