summaryrefslogtreecommitdiff
path: root/.gitcheck
diff options
context:
space:
mode:
Diffstat (limited to '.gitcheck')
-rwxr-xr-x.gitcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitcheck b/.gitcheck
index 8a2b5a90..0e5df8bd 100755
--- a/.gitcheck
+++ b/.gitcheck
@@ -29,7 +29,7 @@ set_placeholders()
[ -d coreboot ] || return 0
for x in coreboot/*; do
[ -d "${x}" ] || continue
- [ -e "${x}/.git" ] || break
+ [ -e "${x}/.git" ] || continue
(
cd "${x}"
set_git_credentials
@@ -55,7 +55,7 @@ clean()
[ -d coreboot ] || return 0
for x in coreboot/*; do
[ -d "${x}" ] || continue
- [ -e "${x}/.git" ] || break
+ [ -e "${x}/.git" ] || continue
(
cd "${x}"
unset_placeholders