]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix build break
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 6 Dec 2019 13:27:53 +0000 (18:57 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 6 Dec 2019 13:27:53 +0000 (18:57 +0530)
plugins/getplugs

index 3404488fd6ca2bfd2001d28c5825b14f6ceb56f0..ff40360df0302efbda5d533410735ff95e452fb2 100755 (executable)
@@ -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