Commit 21ab4038 authored by Vitaly Lipatov's avatar Vitaly Lipatov

drop requires on lz4, xz

parent e914b654
......@@ -23,10 +23,10 @@ __local_ercat()
for i in $* ; do
case "$i" in
*.xz)
xzcat $i
a= xzcat $i
;;
*.lz4)
lz4cat $i
a= lz4cat $i
;;
*)
cat $i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment