GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-07 14:19:36 +00:00
parent 8582086b27
commit f4f73f6349

View File

@@ -115,7 +115,7 @@ cp "$CONFIGSOURCE" /tempenv
sed -i '/^#/d' /tempenv
sed -i '/^[[:space:]]*$/d' /tempenv
sed -i '/^$/d' /tempenv
echo "" > /tempenv
echo "" >/tempenv
# Exit if empty
if [ ! -s /tempenv ]; then