lsb-base-logging: must use $TPUT for tput
authorChristian Hofstaedtler <ch@grml.org>
Wed, 16 Nov 2011 12:16:37 +0000 (13:16 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Wed, 16 Nov 2011 12:16:37 +0000 (13:16 +0100)
etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE

index d7c4223..9248d27 100644 (file)
@@ -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