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:
parent
2a05385560
commit
05769dddee
3
dist/tools/ci/print_toolchain_versions.sh
vendored
3
dist/tools/ci/print_toolchain_versions.sh
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user