Bläddra i källkod

Fix build break

master
Arun Prakash Jana 5 år sedan
förälder
incheckning
b65bc92e73
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: A75979F35C080412
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      plugins/getplugs

+ 2
- 0
plugins/getplugs Visa fil

@@ -51,6 +51,8 @@ tar -zxf master.tar.gz


cd nnn-master/plugins || exit 1 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 for f in $(find . -maxdepth 1 \( ! -iname "." ! -iname "*.md" \)); do
if [ -f ../../plugins/"$f" ]; then if [ -f ../../plugins/"$f" ]; then
if [ "$(diff --brief "$f" ../../plugins/"$f")" ]; then if [ "$(diff --brief "$f" ../../plugins/"$f")" ]; then


||||||
x
 
000:0
Laddar…
Avbryt
Spara