xbps-src: add -K option to getopt string.

Was forgotten when the actual option was added.
This commit is contained in:
Érico Rolim 2021-01-29 21:47:18 -03:00 committed by Érico Nogueira Rolim
parent 69c67cf704
commit 42d7596981
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ readonly XBPS_SRC_VERSION="113"
export XBPS_MACHINE=$(xbps-uhelper -C /dev/null arch)
XBPS_OPTIONS=
XBPS_OPTSTRING="1a:c:CEfgGhH:iIj:Lm:No:p:qQr:tV"
XBPS_OPTSTRING="1a:c:CEfgGhH:iIj:Lm:No:p:qQKr:tV"
# Preprocess arguments in order to allow options before and after XBPS_TARGET.
eval set -- $(getopt "$XBPS_OPTSTRING" "$@");