projects
/
meta4ra.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd713ee
)
Place positional parameters first
master
author
Sergey Matveev <stargrave@stargrave.org>
Fri, 18 Apr 2025 07:59:26 +0000 (10:59 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Fri, 18 Apr 2025 07:59:26 +0000 (10:59 +0300)
contrib/mk-meta4
patch
|
blob
|
history
diff --git
a/contrib/mk-meta4
b/contrib/mk-meta4
index 130766f616b737d2e7ae9bebc03979cde5174f15..aeb9ba43f9789c7960a743c855d17053e24e4fdb 100755
(executable)
--- a/
contrib/mk-meta4
+++ b/
contrib/mk-meta4
@@
-3,7
+3,7
@@
ext=meta4
opts="$@"
hashes="${META4RA_HASHES:-`meta4ra-hashes-detect 2>/dev/null`}"
-find . -
type f -maxdepth 1
-not -name "*.$ext" | while read f ; do
+find . -
maxdepth 1 -type f
-not -name "*.$ext" | while read f ; do
f="${f#./}"
[ "$f" != README ] || continue
[ ! -s "$f.$ext" ] || continue