summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2009-01-10 14:42:47 +0000
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:37 +0100
commit03e1b85dc49eee90c2ced03aa6488c4b262a89bf (patch)
treebb6458d34e872021b2a2f610b55e06b0ca58f092 /functions
parentb3d13b21e1ef6d58a94af9d67cb66a3fde8a3c7d (diff)
downloadlive-build-03e1b85dc49eee90c2ced03aa6488c4b262a89bf.zip
live-build-03e1b85dc49eee90c2ced03aa6488c4b262a89bf.tar.gz
Set default value of _COLOR to "false" from "disabled".
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
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}"