gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: use -o for future getopt bash us


From: gnunet
Subject: [taler-exchange] branch master updated: use -o for future getopt bash use
Date: Tue, 20 Aug 2024 08:58:26 +0200

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 1f5879829 use -o for future getopt bash use
1f5879829 is described below

commit 1f5879829240ec9eef69f31d5e0c301e2ec18411
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Aug 20 08:58:21 2024 +0200

    use -o for future getopt bash use
---
 src/kyclogic/taler-exchange-helper-converter-oauth2-test-full_name | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/kyclogic/taler-exchange-helper-converter-oauth2-test-full_name 
b/src/kyclogic/taler-exchange-helper-converter-oauth2-test-full_name
index 495778009..10e6da07c 100755
--- a/src/kyclogic/taler-exchange-helper-converter-oauth2-test-full_name
+++ b/src/kyclogic/taler-exchange-helper-converter-oauth2-test-full_name
@@ -28,7 +28,10 @@ set -eu
 
 echo "Running $0" 1>&2
 
-if [ "${1:-no}" = "--list-outputs" ]
+# FIXME: use getopt properly here, also support
+# -h, -v, -V, ...
+
+if [ "${1:-no}" = "-o" ]
 then
     # This converter produces a full name and birthdate.
     echo "full_name"

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