fix #6685
This commit is contained in:
parent
3a264434d7
commit
5eed611594
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user