not output

This commit is contained in:
Marc Beninca 2024-11-25 14:06:22 +01:00
parent 84f6922b6f
commit ae8aaec327
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -13,6 +13,8 @@ sh_source_check() {
find \ find \
-type "f" \ -type "f" \
-name "*.sh" \ -name "*.sh" \
-not \
-name "${file}" \
-printf ". \"%P\"\n" \ -printf ". \"%P\"\n" \
>"${file}" >"${file}"
shellcheck \ shellcheck \