utils/gen_modules_docs.sh: Fix covscan findings

error[SC2148]: Tips depend on target shell and yours is unknown.
  Add a shebang.
This commit is contained in:
Thomas Woerner
2020-12-09 16:02:08 +01:00
parent e2f3941512
commit 0cfc9d0147

View File

@@ -1,3 +1,5 @@
#!/bin/bash
for i in roles/ipa*/*/*.py; do
python utils/gen_module_docs.py $i
done