build: $((...)) style issue

This commit is contained in:
Franco Fichtner 2022-02-23 10:25:25 +01:00
parent 7680ca161a
commit d3036ff5b9
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ while getopts ${OPTS} OPT; do
esac
done
shift $((${OPTIND} - 1))
shift $((OPTIND - 1))
CHECK_MISSING="
CONFIGDIR