From 19bd302f6ab37a08d3adf05a856cbe207eb06545 Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Tue, 26 Oct 2021 13:14:17 -0500 Subject: Meta: Adhere to latest ScriptCheck standards (SC2268) --- Meta/lint-clang-format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh index 0024b621af..09fbdf12e5 100755 --- a/Meta/lint-clang-format.sh +++ b/Meta/lint-clang-format.sh @@ -41,7 +41,7 @@ if (( ${#files[@]} )); then exit 1 fi - if [ "$#" -gt "0" ] && [ "x--overwrite-inplace" = "x$1" ] ; then + if [ "$#" -gt "0" ] && [ "--overwrite-inplace" = "$1" ] ; then true # The only way to run this script. else # Note that this branch also covers --help, -h, -help, -?, etc. -- cgit v1.2.3