1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-26 15:12:08 +02:00

cosmetic fix

This commit is contained in:
Stéphane Lesimple 2018-01-07 17:19:37 +01:00
parent d6977928e5
commit 761c2b80e4

View File

@ -11,7 +11,7 @@ pstatus()
yellow) col="\033[103m\033[30m";;
*) col="";;
esac
/bin/echo -ne "$col$2\033[0m"
/bin/echo -ne "$col $2 \033[0m"
[ -n "$3" ] && /bin/echo -n " ($3)"
/bin/echo
}