mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Fix broken lrzuntar as lrzip doesn't automatically convert to stdout now so use lrzcat instead.
This commit is contained in:
parent
51a2c167d1
commit
cf5e988656
1 changed files with 1 additions and 1 deletions
2
lrztar
2
lrztar
|
|
@ -61,7 +61,7 @@ lrzip -h will display lrzip options"
|
|||
printf "lrztar: file does not exist: %s\n" "$i"
|
||||
return 1
|
||||
}
|
||||
lrzip $p "$i" | tar x
|
||||
lrzcat $p "$i" | tar x
|
||||
x=$?
|
||||
} || {
|
||||
((v_o)) || p="$p -o $(basename "$s").tar.${vopt[v_S]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue