Skip to content

Commit 654bb1d

Browse files
rpardiniigorpecovnik
authored andcommitted
rockchip64_common: collapse line-continued expansion exec to single line
- reason is very sad, see #10055
1 parent f199819 commit 654bb1d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

config/sources/families/include/rockchip64_common.inc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -389,12 +389,7 @@ write_uboot_platform_mtd() {
389389
[[ -f /etc/armbian-release ]] && source /etc/armbian-release
390390
backtitle="Armbian for $BOARD_NAME install script, https://www.armbian.com"
391391

392-
CHOICE=$(dialog --no-collapse \
393-
--title "armbian-install" \
394-
--backtitle "$backtitle" \
395-
--radiolist "Choose SPI image:" 0 56 4 \
396-
"${MENU_ITEMS[@]}" \
397-
3>&1 1>&2 2>&3)
392+
CHOICE=$(dialog --no-collapse --title "armbian-install" --backtitle "$backtitle" --radiolist "Choose SPI image:" 0 56 4 "${MENU_ITEMS[@]}" 3>&1 1>&2 2>&3)
398393

399394
if [ $? -eq 0 ]; then
400395
idx=$((CHOICE-1))

0 commit comments

Comments
 (0)