summaryrefslogtreecommitdiff
path: root/functions/stagefile.sh
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 /functions/stagefile.sh
parentd3c29179ad1f408389d7819ae287d45a323f780b (diff)
downloadlive-build-137f573c859d7b60192fbee65a418cf6c75acca2.zip
live-build-137f573c859d7b60192fbee65a418cf6c75acca2.tar.gz
Generalizing internal LH_FORCE variable.
Diffstat (limited to 'functions/stagefile.sh')
-rwxr-xr-xfunctions/stagefile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/stagefile.sh b/functions/stagefile.sh
index e116a78..2164269 100755
--- a/functions/stagefile.sh
+++ b/functions/stagefile.sh
@@ -15,7 +15,7 @@ Check_stagefile ()
# Checking stage file
if [ -f "${FILE}" ]
then
- if [ "${LH_FORCE}" != "enabled" ]
+ if [ "${_FORCE}" != "enabled" ]
then
# Skipping execution
Echo_warning "skipping %s" "${NAME}"