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

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

Merge "Remove --no-banner" into main am: 07e55e78

parents 21552d0a 07e55e78
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