浏览代码

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


正在加载...
取消
保存