mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 22:12:40 +02:00
git.sh: remove meaningless check
in the function that immediately follows, it starts two for loops that check every item in that directory, using the asterisk wildcard. if the directory does not exist, then the for loop will simply break on first pass. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -128,8 +128,6 @@ patch_submodules()
|
||||
|
||||
while read -r modsrcdir; do
|
||||
modpatchdir="$moddir/${modsrcdir##*/}/patches"
|
||||
[ -d "$modpatchdir" ] || continue
|
||||
|
||||
git_am_patches "$tmpgit/$modsrcdir" "$modpatchdir"
|
||||
done < "$tmpdir/modules"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user