From bbb3058cc34cd599fd2f14cf41a03c77b20605f7 Mon Sep 17 00:00:00 2001 From: George Makrydakis Date: Wed, 6 May 2015 00:55:19 +0300 Subject: [PATCH 1/2] A whitespace fix on lrztar. Signed-off-by: ckolivas --- lrztar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lrztar b/lrztar index d2861ad..e773fe2 100755 --- a/lrztar +++ b/lrztar @@ -138,7 +138,7 @@ Notice: "$i/${s##*/}.tar.${vopt[v_S]}" return 1 } - tar c "$s" | lrzip ${p[@]// /\\ } + tar c "$s" | lrzip "${p[@]}" x=$? } return $x From 0639d10de58ae1f9fe39232e72e1f6f98a6313b8 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 15:23:03 -0400 Subject: [PATCH 2/2] Fixed typographical error, changed accomodate to accommodate in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed6bfff..00b59ea 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Simple 'n Easy™: `sudo make install` ### lrzip internals lrzip uses an extended version of [rzip](http://rzip.samba.org/) which does a first pass long distance -redundancy reduction. lrzip's modifications allow it to scale to accomodate various memory sizes. +redundancy reduction. lrzip's modifications allow it to scale to accommodate various memory sizes. Then, one of the following scenarios occurs: