summaryrefslogtreecommitdiff
path: root/functions/echo.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-01 15:01:33 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:44 +0100
commitad6b01b388767f2efd39e4b4f10974461fc5220d (patch)
treebf01253e2fca7538966cdcab8bcd4ba05704ac2a /functions/echo.sh
parentcb0894b3b3d13da593a36cd45d5e0383adfd78f8 (diff)
downloadlive-build-ad6b01b388767f2efd39e4b4f10974461fc5220d.zip
live-build-ad6b01b388767f2efd39e4b4f10974461fc5220d.tar.gz
Generalizing internal LH_VERBOSE variable.
Diffstat (limited to 'functions/echo.sh')
-rwxr-xr-xfunctions/echo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/echo.sh b/functions/echo.sh
index 56eb344..8162212 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -70,7 +70,7 @@ Echo_verbose ()
STRING="${1}"
shift
- if [ "${LH_VERBOSE}" = "enabled" ]
+ if [ "${_VERBOSE}" = "enabled" ]
then
if [ "${_L10N}" = "false" ]
then