summaryrefslogtreecommitdiff
path: root/functions/stagefile.sh
diff options
context:
space:
mode:
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}"