mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Fix build break
This commit is contained in:
parent
70f3bd2e53
commit
b65bc92e73
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue