1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

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

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}"