Skip to content
Snippets Groups Projects
Verified Commit bb8d9453 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

archbuild: diffpkg: Speed up bsdtar

parent 2785d304
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ diff_names() {
diff_files() {
headers $*
sdifftw <(bsdtar xOf $1 ${*:3}) <(bsdtar xOf $2 ${*:3})
sdifftw <(bsdtar xOqf $1 ${*:3}) <(bsdtar xOqf $2 ${*:3})
}
if (( $# != 2 )); then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment