armbian-build/lib
ColorfulRhino 0bf3ba7607 cli: Fix DEFAULT_OVERLAYS array
Shellcheck errors/warnings were:
In lib/functions/rootfs/distro-agnostic.sh line 155:
	display_alert "Adding to extlinux.conf" "fdtoverlays=${DEFAULT_OVERLAYS[@]}" "debug"
                                                         ^--------------------^ SC2145 (error): Argument mixes string and array. Use * or separate argument.

In lib/functions/rootfs/distro-agnostic.sh line 156:
	echo "  fdtoverlays ${DEFAULT_OVERLAYS[@]}" >> "$SDCARD/boot/extlinux/extlinux.conf"
                        ^--------------------^ SC2145 (error): Argument mixes string and array. Use * or separate argument.

In lib/functions/rootfs/distro-agnostic.sh line 193:
	if [[ -n $DEFAULT_OVERLAYS && -f "${SDCARD}"/boot/armbianEnv.txt ]]; then
             ^---------------^ SC2128 (warning): Expanding an array without an index only gives the first element.
2024-06-16 11:23:15 +00:00
..
functions cli: Fix DEFAULT_OVERLAYS array 2024-06-16 11:23:15 +00:00
tools patching: rewrite: fully stabilize patch index stanzas as well as From lines 2024-06-09 10:42:26 +02:00
library-functions.sh Revert "cli: Add command "dts-check"" 2024-04-26 20:46:42 +08:00
single.sh Add / modify (c) in bash scripts (#4922) 2023-03-09 18:30:40 +01:00