mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
Meta: Make lint-shell-scripts.sh happy
`${FAILURES}` -> `"${FAILURES}"`
This commit is contained in:
parent
bd47957c3a
commit
3dcdee75be
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@ fi
|
||||||
echo "(Not running lint-missing-resources.sh due to high false-positive rate.)"
|
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!)"
|
echo "(Also look out for check-symbols.sh, which can only be executed after the build!)"
|
||||||
|
|
||||||
exit ${FAILURES}
|
exit "${FAILURES}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue