mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 03:43:46 +02:00
lib.sh: remove the items() function
it's pretty much just doing the same thing as ls -1 remove it! Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -241,7 +241,7 @@ vendor_inject()
|
||||
set +u +e
|
||||
|
||||
[ $# -lt 1 ] && $err "No options specified."
|
||||
[ "$1" = "listboards" ] && eval "items config/coreboot || :; exit 0"
|
||||
[ "$1" = "listboards" ] && eval "ls -1 config/coreboot || :; exit 0"
|
||||
|
||||
archive="$1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user