[SCM] Debian Live build scripts branch, master, updated. 1.0.2-2-12-g5c73d67

Chris Lamb lamby at debian.org
Sat Jan 10 14:50:02 UTC 2009


The following commit has been merged in the master branch:
commit 5c73d673dd73e046b3a4ef56644cf1a7d7961bac
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