Meta: Make lint-shell-scripts.sh happy

`${FAILURES}` -> `"${FAILURES}"`
This commit is contained in:
AnotherTest 2020-12-26 11:56:32 +03:30 committed by Andreas Kling
parent bd47957c3a
commit 3dcdee75be
Notes: sideshowbarker 2024-07-19 00:35:34 +09:00

View file

@ -40,4 +40,4 @@ fi
echo "(Not running lint-missing-resources.sh due to high false-positive rate.)"
echo "(Also look out for check-symbols.sh, which can only be executed after the build!)"
exit ${FAILURES}
exit "${FAILURES}"