From 359d00bd5614d840fa6c75efc111604819bfbfd5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 28 Jun 2024 14:56:30 +0100 Subject: roms: add return value for the list command Signed-off-by: Leah Rowe --- script/roms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/roms b/script/roms index 7e032ed0..12f9e1c1 100755 --- a/script/roms +++ b/script/roms @@ -40,7 +40,7 @@ main() eval "x_ ./update trees -f \"\${${2}src##*/}\"" ser="$2" && shift 2 && continue fi - [ "$1$ser" = "list" ] && x_ ls -1 config/coreboot && return + [ "$1$ser" = "list" ] && x_ ls -1 config/coreboot && return 0 [ "$1" = "all" ] && shift && continue boards="$1 $boards"; shift 1 done -- cgit v1.2.1