mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Preserve extraction semantics without resorting to tar stripping.
This commit is contained in:
parent
497641e951
commit
9ded009ac1
1 changed files with 5 additions and 1 deletions
6
lrztar
6
lrztar
|
|
@ -91,7 +91,11 @@ Notice:
|
|||
"$i"
|
||||
return 1
|
||||
}
|
||||
mkdir -p "$i" &> /dev/null
|
||||
if ((v_O)); then
|
||||
mkdir -p "$i" &> /dev/null
|
||||
else
|
||||
i="./"
|
||||
fi
|
||||
[ ! -z "$s" ] && {
|
||||
lrzcat ${p[@]// /\\ } "$s" | tar x -C "$i"
|
||||
x=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue