Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c18f28b authored by Cole Faust's avatar Cole Faust Committed by Automerger Merge Worker
Browse files

Merge "Remove --no-banner" into main am: 07e55e78 am: aae7f568 am: 1ced4266 am: b0d4f358

parents 52be7930 b0d4f358
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@ shift 2

# Convert each removed.txt to the "dex format" equivalent, and print all output.
for f in "$@"; do
    "$metalava_path" --no-banner "$f" --dex-api "${tmp_dir}/tmp"
    "$metalava_path" "$f" --dex-api "${tmp_dir}/tmp"
    cat "${tmp_dir}/tmp"
done