gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix #6685


From: gnunet
Subject: [taler-exchange] branch master updated: fix #6685
Date: Mon, 11 Jan 2021 10:52:35 +0100

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 5eed6115 fix #6685
5eed6115 is described below

commit 5eed6115940b7d386cb9a653dac039aa22b4ba02
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 11 10:52:33 2021 +0100

    fix #6685
---
 src/auditor/taler-auditor.in | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/auditor/taler-auditor.in b/src/auditor/taler-auditor.in
index 8c983238..26c5e288 100644
--- a/src/auditor/taler-auditor.in
+++ b/src/auditor/taler-auditor.in
@@ -25,6 +25,9 @@ General help using GNU software: http://www.gnu.org/gethelp/
 EOF
 }
 
+
+function optcheck {
+
 TEMP=`getopt -o c:hiL:l:m:T:v --long 
config:,help,internal,log:,logfile:exchange-key:,timetravel:,version -n 
'taler-auditor' -- "$@"`
 
 if [ $? != 0 ] ;
@@ -68,6 +71,12 @@ while true; do
   esac
 done
 
+}
+# End of function 'optcheck'
+
+
+optcheck "$@"
+
 
 DIR=`mktemp -d reportXXXXXX`
 for n in aggregation coins deposits reserves wire

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