diff options
author | Philippe Guilbault <philippe.guilbault@gmail.com> | 2016-12-10 23:34:53 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-11 15:00:33 +0000 |
commit | 0abfcd4cdbb63c2c8335616c0302d35431e9a934 (patch) | |
tree | 50448aac7b53cdc4dd8cbab3d5a3cb1d1c2a0543 /lbu.in | |
parent | 07af120c15cae0ed586fac7bedfc9cdfb89bf07d (diff) | |
download | alpine-conf-0abfcd4cdbb63c2c8335616c0302d35431e9a934.zip |
Removed obsolete code
Diffstat (limited to 'lbu.in')
-rw-r--r-- | lbu.in | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |