gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1508: add another possible color


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1508: add another possible color
Date: Thu, 20 Dec 2012 00:07:05 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1508
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2012-12-20 00:07:05 +0100
message:
  add another possible color
modified:
  gar.conf.mk
=== modified file 'gar.conf.mk'
--- a/gar.conf.mk       2012-12-08 14:06:47 +0000
+++ b/gar.conf.mk       2012-12-19 23:07:05 +0000
@@ -20,11 +20,13 @@
 ifeq ($(USE_COLOR),y)
        OFF ="\\e[00m"
        MSG ="\\e[01\;37m"
+       MSG2 = "\\e[01\;37m"
        ERR ="\\e[01\;31m"
        OK ="\\e[00\;32m"
 else
        OFF =""
        MSG ="==\> "
+       MSG2 = ""
        ERR ="*** "
        OK =""
 endif


reply via email to

[Prev in Thread] Current Thread [Next in Thread]