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:
Leah Rowe
2024-06-14 13:19:25 +01:00
parent baea03c672
commit 98724d701b
5 changed files with 5 additions and 18 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ build_release()
fetch_trees()
{
for x in $(items config/git); do
for x in $(ls -1 config/git); do
./update trees -f "$x" || $err "$_xm: fetch $x"
singletree "$x" || x_ rm -Rf "src/$x/$x"
done