Skip to content
Snippets Groups Projects
Commit 0cfc9d01 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

utils/gen_modules_docs.sh: Fix covscan findings

error[SC2148]: Tips depend on target shell and yours is unknown.
  Add a shebang.
parent e2f39415
Branches
Tags
No related merge requests found
#!/bin/bash
for i in roles/ipa*/*/*.py; do for i in roles/ipa*/*/*.py; do
python utils/gen_module_docs.py $i python utils/gen_module_docs.py $i
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment