File tree Expand file tree Collapse file tree
lib/functions/compilation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ function kernel_main_patching_python() {
3131 # "BOARD=" # BOARD is needed for the patchset selection logic; mostly for u-boot. empty for kernel.
3232 # "TARGET=" # TARGET is need for u-boot's SPI/SATA etc selection logic. empty for kernel
3333 # For table generation to fit into the screen, or being large when in GHA.
34- " COLUMNS=${COLUMNS} "
34+ " COLUMNS=${COLUMNS:- 160 } "
3535 " COLORFGBG=${COLORFGBG} "
3636 " GITHUB_ACTIONS=${GITHUB_ACTIONS} "
3737 # Needed so git can find the global .gitconfig, and Python can parse the PATH to determine which git to use.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function uboot_main_patching_python() {
2626 " TARGET=${target_patchdir} " # TARGET is need for u-boot's SPI/SATA etc selection logic
2727 " USERPATCHES_PATH=${USERPATCHES_PATH} " # Needed to find the userpatches.
2828 # For table generation to fit into the screen, or being large when in GHA.
29- " COLUMNS=${COLUMNS} "
29+ " COLUMNS=${COLUMNS:- 160 } "
3030 " COLORFGBG=${COLORFGBG} "
3131 " GITHUB_ACTIONS=${GITHUB_ACTIONS} "
3232 # Needed so git can find the global .gitconfig, and Python can parse the PATH to determine which git to use.
You can’t perform that action at this time.
0 commit comments