mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01: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
2
lrztar
2
lrztar
|
|
@ -61,7 +61,7 @@ lrzip -h will display lrzip options"
|
||||||
printf "lrztar: file does not exist: %s\n" "$i"
|
printf "lrztar: file does not exist: %s\n" "$i"
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
lrzip $p "$i" | tar x
|
lrzcat $p "$i" | tar x
|
||||||
x=$?
|
x=$?
|
||||||
} || {
|
} || {
|
||||||
((v_o)) || p="$p -o $(basename "$s").tar.${vopt[v_S]}"
|
((v_o)) || p="$p -o $(basename "$s").tar.${vopt[v_S]}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue