armbian-next: cli-build: don't show two BOARD= repeat option

This commit is contained in:
Ricardo Pardini 2023-01-27 13:45:51 +01:00
parent 5fa7bf735b
commit 67e6b010f2
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02

View File

@ -28,7 +28,6 @@ function produce_repeat_args_array() {
# @TODO: missing the config file name, if any.
# @TODO: missing the original cli command, if different from build/docker
[[ -n ${BOARD} ]] && repeat_args+=("BOARD=${BOARD}")
[[ -n ${BOARD} ]] && repeat_args+=("BOARD=${BOARD}")
[[ -n ${BRANCH} ]] && repeat_args+=("BRANCH=${BRANCH}")
[[ -n ${RELEASE} ]] && repeat_args+=("RELEASE=${RELEASE}")
[[ -n ${BUILD_MINIMAL} ]] && repeat_args+=("BUILD_MINIMAL=${BUILD_MINIMAL}")