mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Meta: Make lint-shell-scripts.sh happy
`${FAILURES}` -> `"${FAILURES}"`
This commit is contained in:
parent
bd47957c3a
commit
3dcdee75be
Notes:
sideshowbarker
2024-07-19 00:35:34 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/3dcdee75be5 Pull-request: https://github.com/SerenityOS/serenity/pull/4544
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 "(Also look out for check-symbols.sh, which can only be executed after the build!)"
|
||||
|
||||
exit ${FAILURES}
|
||||
exit "${FAILURES}"
|
||||
|
|
Loading…
Reference in a new issue