- Move usr/lib to lib,

- Support rx3-base 1.1.2.
This commit is contained in:
2026-04-19 12:19:39 +02:00
parent 1d4bc2626e
commit 0033b2e905
4 changed files with 15 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ ac_args_parse()
{
tmp_args=$(getopt -o ThVvrd --long test,help,version,verbose,resample,downsampled_tag -n "${NAME}" -- "$@")
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
if [ $? != 0 ] ; then echo_error "Terminating..." ; exit 1 ; fi
# Note the quotes around `$TEMP': they are essential!
eval set -- "${tmp_args}"