From b65bc92e736038b47a6c8199b525c82c67eb8cd6 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 6 Dec 2019 18:57:53 +0530 Subject: [PATCH] Fix build break --- plugins/getplugs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/getplugs b/plugins/getplugs index 3404488f..ff40360d 100755 --- a/plugins/getplugs +++ b/plugins/getplugs @@ -51,6 +51,8 @@ tar -zxf master.tar.gz cd nnn-master/plugins || exit 1 +# shellcheck disable=SC2044 +# We do not use obnoxious names for plugins for f in $(find . -maxdepth 1 \( ! -iname "." ! -iname "*.md" \)); do if [ -f ../../plugins/"$f" ]; then if [ "$(diff --brief "$f" ../../plugins/"$f")" ]; then