From d82c4d5b1e0d320e23451d9218ca3a891d6fc29a Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 16 Nov 2011 13:16:37 +0100 Subject: [PATCH] lsb-base-logging: must use $TPUT for tput --- etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE b/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE index d7c4223..9248d27 100644 --- a/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE +++ b/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE @@ -3,11 +3,11 @@ # ${GRML_FAI_CONFIG}/config/files/etc/lsb-base-logging.sh/GRMLBASE if log_use_fancy_output; then - __LSB_PFX="$(tput -S << EOGREEN + __LSB_PFX="$($TPUT -S << EOGREEN bold setaf 2 EOGREEN - ) * $(tput -S << EONORMAL + ) * $($TPUT -S << EONORMAL sgr0 op EONORMAL -- 2.1.4