We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9894d64 + a0aa9fa commit 086da3aCopy full SHA for 086da3a
Makefile
@@ -86,7 +86,7 @@ _pack-%: build-%-$(BUILD_TYPE)
86
fi
87
88
clean-git-packages:
89
- git submodule foreach '[[ "$$sm_path" == src/submodule_packages/* ]] && git clean -xffd && git restore .'
+ git submodule foreach 'echo "$$sm_path" | grep "^src/submodule_packages/.*" && git clean -xffd && git restore .'
90
91
clean: clean-git-packages
92
rm -rf build
0 commit comments