From: Christian Hofstaedtler Date: Wed, 16 Nov 2011 12:16:37 +0000 (+0100) Subject: lsb-base-logging: must use $TPUT for tput X-Git-Tag: v0.17.0~91 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=d82c4d5b1e0d320e23451d9218ca3a891d6fc29a lsb-base-logging: must use $TPUT for tput --- 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