Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
alpine-conf
Commits
0abfcd4c
Commit
0abfcd4c
authored
Dec 10, 2016
by
Philippe Guilbault
Committed by
Natanael Copa
Dec 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed obsolete code
parent
07af120c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
lbu.in
lbu.in
+0
-4
No files found.
lbu.in
View file @
0abfcd4c
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment