Fix broken lrzuntar as lrzip doesn't automatically convert to stdout now so use lrzcat instead.

This commit is contained in:
Con Kolivas 2011-05-14 12:49:03 +10:00
parent 51a2c167d1
commit cf5e988656

2
lrztar
View file

@ -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]}"