projects
/
mythtv-status.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec18f48
)
Don't set the background colour with --colour
author
Sam Vilain
<sam.vilain@catalyst.net.nz>
Thu, 22 Nov 2007 21:18:15 +0000
(10:18 +1300)
committer
Andrew Ruthven
<puck@dirk.wgtn.cat-it.co.nz>
Thu, 29 Nov 2007 20:33:30 +0000
(09:33 +1300)
bin/mythtv-status
patch
|
blob
|
history
diff --git
a/bin/mythtv-status
b/bin/mythtv-status
index beeca4991f5a2e3a7e886c5c1e5db9886e296f4d..a667379b59f3c118ded16bf66519f255fc3212b4 100755
(executable)
--- a/
bin/mythtv-status
+++ b/
bin/mythtv-status
@@
-73,8
+73,8
@@
my $safe = '';
my $warning = '';
my $normal = '';
if (defined $colour && scalar(@email) == 0) {
- $safe = "\033[0;32
;40
m";
- $warning = "\033[1;31
;40
m";
+ $safe = "\033[0;32m";
+ $warning = "\033[1;31m";
$normal = "\033[0m";
}