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: 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