From: StaticRocket <[email protected]> Drop the unused IMAGES variable.
Signed-off-by: StaticRocket <[email protected]> --- oe-layertool-setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/oe-layertool-setup.sh b/oe-layertool-setup.sh index e0cfe4e..0928959 100755 --- a/oe-layertool-setup.sh +++ b/oe-layertool-setup.sh @@ -848,7 +848,6 @@ print_motd() { print_image_names() { SOURCES="${1}" FOLDERS=$(find "${SOURCES}" -type d -a -iname images|grep recipes-core|sed -e "s/.*sources\///g"|cut -d '/' -f1|sort -u -r) - IMAGES="" for FOLDER in ${FOLDERS} do RECO="" -- 2.40.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14524): https://lists.yoctoproject.org/g/meta-arago/message/14524 Mute This Topic: https://lists.yoctoproject.org/mt/99392787/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
