summaryrefslogtreecommitdiff
path: root/helpers/lh_config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-11-01 14:55:27 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:43 +0100
commit137f573c859d7b60192fbee65a418cf6c75acca2 (patch)
tree4106e5b9dbb5ac2e63298d6846d329e8f876bc36 /helpers/lh_config
parentd3c29179ad1f408389d7819ae287d45a323f780b (diff)
downloadlive-build-137f573c859d7b60192fbee65a418cf6c75acca2.zip
live-build-137f573c859d7b60192fbee65a418cf6c75acca2.tar.gz
Generalizing internal LH_FORCE variable.
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-xhelpers/lh_config13
1 files changed, 4 insertions, 9 deletions
diff --git a/helpers/lh_config b/helpers/lh_config
index 513a2dc..492622b 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -327,11 +327,6 @@ Local_arguments ()
shift
;;
- --force)
- LH_FORCE="enabled"
- shift
- ;;
-
--quiet)
LH_QUIET="enabled"
shift
@@ -678,7 +673,7 @@ Local_arguments ()
;;
--force)
- LH_FORCE="enabled"
+ _FORCE="enabled"
shift
;;
@@ -862,9 +857,9 @@ LH_TEMPLATES="${LH_TEMPLATES}"
# (Default: ${LH_DEBUG})
#LH_DEBUG="${LH_DEBUG}"
-# \$LH_FORCE: enable force
-# (Default: ${LH_FORCE})
-#LH_FORCE="${LH_FORCE}"
+# \$_FORCE: enable force
+# (Default: ${_FORCE})
+#_FORCE="${_FORCE}"
# \$LH_QUIET: enable quiet
# (Default: ${LH_QUIET})