From 38d518f08123796721c17f612059bdda24529e69 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 7 Dec 2025 01:26:30 -0500 Subject: [PATCH] fix shellcheck --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 8269b37a..521cc190 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -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