From 03e1b85dc49eee90c2ced03aa6488c4b262a89bf Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Sat, 10 Jan 2009 14:42:47 +0000
Subject: Set default value of _COLOR to "false" from "disabled".

---
 functions/defaults.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 220d86f..86cd633 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -221,7 +221,7 @@ Set_defaults ()
 
 	# Setting live helper options
 	_BREAKPOINTS="${_BREAKPOINTS:-disabled}"
-	_COLOR="${_COLOR:-disabled}"
+	_COLOR="${_COLOR:-false}"
 	_DEBUG="${_DEBUG:-disabled}"
 	_FORCE="${_FORCE:-disabled}"
 	_QUIET="${_QUIET:-disabled}"
-- 
cgit v1.0