mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 17:39:52 +01:00
fix shellcheck
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user