summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lbu.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/lbu.in b/lbu.in
index a0c5d4f..53d0ce0 100644
--- a/lbu.in
+++ b/lbu.in
@@ -635,10 +635,7 @@ cmd_status() {
unpack_apkovl "$tmp/a"
# generate new apkovl and extract to tmpdir/b
- local save_encryption="$ENCRYPTION"
- ENCRYPTION=
cmd_package - | tar -C "$tmp/b" -zx
- ENCRYPTION="$save_encryption"
# show files that exists in a but not in b as deleted
local f
@@ -687,7 +684,6 @@ cmd_diff() {
init_tmpdir tmp
mkdir -p "$tmpdir/a" "$tmp/b"
unpack_apkovl "$tmp/a"
- ENCRYPTION=
cmd_package - | tar -C "$tmp/b" -zx
if diff --help 2>&1 | grep -q -- --no-dereference; then
diff_opts="--no-dereference"