From 3dcdee75be5853c5b7ed0895f1f380bc8cefa5af Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Sat, 26 Dec 2020 11:56:32 +0330 Subject: [PATCH] Meta: Make lint-shell-scripts.sh happy `${FAILURES}` -> `"${FAILURES}"` --- Meta/lint-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/lint-ci.sh b/Meta/lint-ci.sh index 964029b4a8..d3ba23de2e 100755 --- a/Meta/lint-ci.sh +++ b/Meta/lint-ci.sh @@ -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}"