summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-11 10:52:33 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-11 10:52:33 +0100
commit5eed6115940b7d386cb9a653dac039aa22b4ba02 (patch)
tree6c3cf51fcd22379125966050b02f2e47fa4c0ae5 /src
parent3a264434d7572f025cae1e85427302908f4b0bcc (diff)
downloadexchange-5eed6115940b7d386cb9a653dac039aa22b4ba02.tar.gz
exchange-5eed6115940b7d386cb9a653dac039aa22b4ba02.tar.bz2
exchange-5eed6115940b7d386cb9a653dac039aa22b4ba02.zip
fix #6685
Diffstat (limited to 'src')
-rw-r--r--src/auditor/taler-auditor.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor.in b/src/auditor/taler-auditor.in
index 8c983238e..26c5e2886 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