A whitespace fix on lrztar.

Signed-off-by: ckolivas <kernel@kolivas.org>
This commit is contained in:
George Makrydakis 2015-05-06 00:55:19 +03:00 committed by ckolivas
parent 3dfcde4a82
commit bbb3058cc3

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