Rush has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/131771

Change subject: linter manual '-T xterm-256color' for noninteractive shells
......................................................................

linter manual '-T xterm-256color' for noninteractive shells

Change-Id: I3f28bacc358a9db960540224d1c4c89255f290c8
---
M linter
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/71/131771/1

diff --git a/linter b/linter
index a8ead02..482b610 100755
--- a/linter
+++ b/linter
@@ -11,8 +11,8 @@
   exit
 }
 
-bold=`tput bold`
-normal=`tput sgr0`
+bold=`/usr/bin/tput -T xterm-256color setaf bold`
+normal=`/usr/bin/tput -T xterm-256color setaf sgr0`
 
 PUPPET_LINTER=/usr/bin/puppet-lint
 test -x $PUPPET_LINTER || { echo "$PUPPET_LINTER not installed";

-- 
To view, visit https://gerrit.wikimedia.org/r/131771
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f28bacc358a9db960540224d1c4c89255f290c8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <r...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to