gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: remove problematic tput statemen


From: gnunet
Subject: [taler-merchant] branch master updated: remove problematic tput statements (#6869)
Date: Mon, 17 May 2021 13:58:00 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d671ac4a remove problematic tput statements (#6869)
d671ac4a is described below

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

    remove problematic tput statements (#6869)
---
 src/testing/initialize_taler_system.sh | 2 --
 src/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
index 21f1e208..40ae0006 100755
--- 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
index 05d1eb83..1806b313 100755
--- 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
 

-- 
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]