mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-06 14:53:50 +00:00
A whitespace fix on lrztar.
Signed-off-by: ckolivas <kernel@kolivas.org>
This commit is contained in:
parent
3dfcde4a82
commit
bbb3058cc3
1 changed files with 1 additions and 1 deletions
2
lrztar
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue