linters: Fix shellcheck warnings in 'utils' scripts.

This commit is contained in:
Rafael Guterres Jeffman
2021-11-24 20:50:15 -03:00
parent 036891d09a
commit 8ba665213f
5 changed files with 34 additions and 33 deletions

View File

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