mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 23:11:19 +01:00
dist/tools: fix whitespace in print_toolchain_versions
This commit is contained in:
parent
c73ed667c1
commit
87505f0334
2
dist/tools/ci/print_toolchain_versions.sh
vendored
2
dist/tools/ci/print_toolchain_versions.sh
vendored
@ -52,7 +52,7 @@ avr_libc_version() {
|
||||
fi
|
||||
}
|
||||
|
||||
printf "%s\n" "Installed compiler toolchains "
|
||||
printf "%s\n" "Installed compiler toolchains"
|
||||
printf "%s\n" "-----------------------------"
|
||||
printf "%23s: %s\n" "native gcc" "$(get_cmd_version gcc)"
|
||||
for p in arm-none-eabi avr mips-mti-elf msp430 riscv-none-embed; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user