瀏覽代碼

Fix build break

master
Arun Prakash Jana 5 年之前
父節點
當前提交
b65bc92e73
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      plugins/getplugs

+ 2
- 0
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


||||||
x
 
000:0
Loading…
取消
儲存