]> Sergey Matveev's repositories - meta4ra.git/blobdiff - contrib/mk-meta4
Unify redirection operator usage
[meta4ra.git] / contrib / mk-meta4
index 49215c0c101dd79bb62b60e060310c8767c431ca..130766f616b737d2e7ae9bebc03979cde5174f15 100755 (executable)
@@ -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