From 2a1fb9014dce99a9ba5170549f0b4f45532dd051 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 26 Mar 2022 19:37:44 -0700 Subject: [PATCH] There's no reason to do the directory check before trying to run our filename checking script --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2a936352..2ef20932 100644 --- a/Makefile +++ b/Makefile @@ -86,9 +86,7 @@ adjust-git-timestamps: bin/set-timestamps-from-git find-filename-conflicts: - @if [ -d "bin" ]; then \ - bin/find-filename-conflicts; \ - fi + bin/find-filename-conflicts .PHONY: astyle test cpplint cpplint-noisy shellcheck smoke-examples find-filename-conflicts prepare-virtual checkout-platform adjust-git-timestamps docker-bash docker-simulator-tests run-tests simulator-tests setup