X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=contrib%2Fmk-meta4;fp=contrib%2Fmk-meta4;h=130766f616b737d2e7ae9bebc03979cde5174f15;hb=86b1aad4e7ce975279cd897effcfebd587039d25;hp=49215c0c101dd79bb62b60e060310c8767c431ca;hpb=6e86aa0b075135658d6af0371c427aadd387f8f9;p=meta4ra.git diff --git a/contrib/mk-meta4 b/contrib/mk-meta4 index 49215c0..130766f 100755 --- a/contrib/mk-meta4 +++ b/contrib/mk-meta4 @@ -8,5 +8,5 @@ find . -type f -maxdepth 1 -not -name "*.$ext" | while read f ; do [ "$f" != README ] || continue [ ! -s "$f.$ext" ] || continue pv --wait --name "$f" "$f" | - meta4ra-create $opts -hashes "$hashes" -fn "$f" -mtime "$f" > "$f".$ext + meta4ra-create $opts -hashes "$hashes" -fn "$f" -mtime "$f" >"$f".$ext done