[SCM] Debian Live build scripts branch, master, updated. 1.0.2-2-8-gb2f3623

Daniel Baumann daniel at debian.org
Sat Jan 10 14:51:56 UTC 2009


The following commit has been merged in the master branch:
commit b2f362355c866bb8fbc5709ff5e300692eb627f1
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Jan 10 14:42:47 2009 +0000

    Set default value of _COLOR to "false" from "disabled".
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

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}"

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list