mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 14:12:44 +02:00
roms: add return value for the list command
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ main()
|
|||||||
eval "x_ ./update trees -f \"\${${2}src##*/}\""
|
eval "x_ ./update trees -f \"\${${2}src##*/}\""
|
||||||
ser="$2" && shift 2 && continue
|
ser="$2" && shift 2 && continue
|
||||||
fi
|
fi
|
||||||
[ "$1$ser" = "list" ] && x_ ls -1 config/coreboot && return
|
[ "$1$ser" = "list" ] && x_ ls -1 config/coreboot && return 0
|
||||||
[ "$1" = "all" ] && shift && continue
|
[ "$1" = "all" ] && shift && continue
|
||||||
boards="$1 $boards"; shift 1
|
boards="$1 $boards"; shift 1
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user