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

archbuild: diffpkg: Print .PKGINFO diff by default

parent bb8d9453
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ if (( $# != 2 )); then
fi
diff_names $1 $2
diff_files $1 $2 .PKGINFO
if (( VERBOSE )); then
diff_files $1 $2 .PKGINFO
diff_files $1 $2 .BUILDINFO
fi
......
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