diff options
Diffstat (limited to 'helpers/lh_binary_localincludes')
-rwxr-xr-x | helpers/lh_binary_localincludes | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_localincludes b/helpers/lh_binary_localincludes index dc427d975..dcbaa2cf2 100755 --- a/helpers/lh_binary_localincludes +++ b/helpers/lh_binary_localincludes @@ -36,15 +36,15 @@ Breakpoint "binary_localincludes: Init" # Requiring stage file Require_stagefile .stage/bootstrap +# Checking stage file +Check_stagefile .stage/binary_localincludes + # Checking lock file Check_lockfile .lock # Creating lock file Create_lockfile .lock -# Checking stage file -Check_stagefile .stage/binary_localincludes - if ls config/binary_localincludes/* &> /dev/null then # Copying includes |