Fix build break

This commit is contained in:
Arun Prakash Jana 2019-12-06 18:57:53 +05:30
parent 70f3bd2e53
commit b65bc92e73
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 0 deletions

View File

@ -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