Skip to content

Commit def258b

Browse files
committed
get-distro-clang.sh: Remove docker.io from results.log
It makes the results harder to parse. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 9bcaded commit def258b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

distro-clang/get-distro-clang.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ for distro in "${distros[@]}"; do
7979
done
8080

8181
echo
82+
sed -i 's;docker.io/;;g' "$results"
8283
cat "$results"

0 commit comments

Comments
 (0)