aboutsummaryrefslogtreecommitdiff
path: root/state/gen
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-08 19:32:39 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-08 19:32:39 +0100
commitbb7af595156b12b7081d5374f21a154369d213ec (patch)
tree99292a16fa1588a5fc8ff01f8065d05aed18cafd /state/gen
parent1b3570804184f62ff96ff6f2f6fc43b4c999678d (diff)
fix makefile + state/gen
Diffstat (limited to 'state/gen')
-rwxr-xr-xstate/gen1
1 files changed, 0 insertions, 1 deletions
diff --git a/state/gen b/state/gen
index 720c1d3..fefa752 100755
--- a/state/gen
+++ b/state/gen
@@ -28,7 +28,6 @@ MODULES="$(git config \
sed -e 's/^submodule\./modules\//' -e 's/\.path$/\/HEAD/')"
for git_module in $MODULES ; do
git rev-parse "$git_module" 1> /dev/null 2> /dev/null && continue
- echo "$git_module is the culprit" >&2
SUBMODULES_OK=1
done
set_state submodules $SUBMODULES_OK