1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

dist/tools/ci: toolchain versions: Fix heading formatting

This commit is contained in:
Joakim Nohlgård 2017-01-19 11:34:49 +01:00
parent 2a05385560
commit 05769dddee

View File

@ -47,7 +47,8 @@ avr_libc_version() {
printf "%s (%s)" "$(get_define "$cc" avr/version.h __AVR_LIBC_VERSION_STRING__)" "$(get_define "$cc" avr/version.h __AVR_LIBC_DATE_STRING__)"
}
printf "Installed toolchain versions:\n"
printf "%s\n" "Installed toolchain versions"
printf "%s\n" "----------------------------"
VER=$(gcc --version | head -n 1)
if [ -n "$VER" ]; then
printf "%20s: %s\n" "native gcc" "$VER"