fix shellcheck

This commit is contained in:
tschettervictor
2025-12-07 01:26:30 -05:00
committed by GitHub
parent ba64ae3348
commit 38d518f081

View File

@@ -221,7 +221,7 @@ validate_release() {
if [ -n "${OPT_ARCH}" ]; then
# Alternate RELEASE/ARCH fetch support
if [ "${OPT_ARCH}" = "--i386" ] || [ "${OPT_ARCH}" = "--32bit" ]; then
ARCH="i386"
OPT_ARCH="i386"
RELEASE="${RELEASE}-${OPT_ARCH}"
fi
fi