cosmetic fix

This commit is contained in:
Stéphane Lesimple 2018-01-07 17:19:37 +01:00
parent d6977928e5
commit 761c2b80e4
1 changed files with 1 additions and 1 deletions

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
}