add dir check

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-15 10:37:06 +01:00
parent cf079dbd17
commit a65d804f1e
+2 -1
View File
@@ -357,7 +357,8 @@ git_init()
done done
git_init_src . git_init_src .
fx_ git_init_src x_ find src -maxdepth 1 -mindepth 1 -type d [ -d "src" ] && \
fx_ git_init_src x_ find src -maxdepth 1 -mindepth 1 -type d; :
} }
git_init_src() git_init_src()