diff options
-rwxr-xr-x | Meta/lint-clang-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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. |