tools/toolchain_version: remove extra underlying -

This commit is contained in:
Alexandre Abadie 2020-02-13 10:54:42 +01:00
parent 5ef5674803
commit 077bf8aa73
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -110,7 +110,7 @@ avr_libc_version() {
printf "\n" printf "\n"
# print operating system information # print operating system information
printf "%s\n" "Operating System Environment" printf "%s\n" "Operating System Environment"
printf "%s\n" "-----------------------------" printf "%s\n" "----------------------------"
printf "%25s: %s\n" "Operating System" "$(get_os_info)" printf "%25s: %s\n" "Operating System" "$(get_os_info)"
printf "%25s: %s\n" "Kernel" "$(get_kernel_info)" printf "%25s: %s\n" "Kernel" "$(get_kernel_info)"
printf "%25s: %s\n" "System shell" "$(get_sys_shell)" printf "%25s: %s\n" "System shell" "$(get_sys_shell)"