1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-16 16:25:17 +00:00

Merge branch 'main' of github.com:tw93/Mole

This commit is contained in:
Tw93
2025-12-29 19:40:14 +08:00

View File

@@ -90,7 +90,7 @@ is_project_container() {
find_args+=(")" "-print" "-quit") find_args+=(")" "-print" "-quit")
# Single find call to check all indicators at once # Single find call to check all indicators at once
if find "${find_args[@]}" 2>/dev/null | grep -q .; then if find "${find_args[@]}" 2> /dev/null | grep -q .; then
return 0 return 0
fi fi