[scripts] format bash scripts

This commit is contained in:
Armin Novak
2025-05-14 09:42:23 +02:00
parent 30c2744151
commit 6f95c84592
3 changed files with 10 additions and 14 deletions

View File

@@ -25,7 +25,6 @@ if [ $# -ne 0 ]; then
fi
fi
SCRIPTS=$(find ${SRC_PATH} -name "*.sh" -not -path "${SRC_PATH}/.git/*")
for script in $SCRIPTS; do
echo $script