From: Michael Tremer Date: Sun, 23 Sep 2012 14:36:08 +0000 (+0000) Subject: Fix printing of headlines. X-Git-Tag: 005~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45d972f62e5d3e633a8506c93922b150cbe0286;p=network.git Fix printing of headlines. --- diff --git a/functions.cli b/functions.cli index 32458d80..5d5b9143 100644 --- a/functions.cli +++ b/functions.cli @@ -208,7 +208,7 @@ function cli_headline() { local ident=$(cli_ident ${level}) local out - printf -v out "${ident}${COLOUR_BOLD}${format}${COLOUR_NORMAL}\n" "$@" + printf -v out "${ident}${CLR_BLACK_B}${format}${CLR_RESET}\n" "$@" printf "${out}" }