Merge branch 'compat' of github.com:ckolivas/lrzip into compat

This commit is contained in:
Con Kolivas 2016-06-09 09:47:44 +10:00
commit cbc3789d5c

2
lrztar
View file

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