diff options
Diffstat (limited to 'scripts/build/source_live')
-rwxr-xr-x | scripts/build/source_live | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/build/source_live b/scripts/build/source_live index 28f6bd2e4..89da67cb2 100755 --- a/scripts/build/source_live +++ b/scripts/build/source_live @@ -34,11 +34,8 @@ Require_stagefile .build/config .build/bootstrap # Checking stage file Check_stagefile .build/source_live -# Checking lock file -Check_lockfile .lock - -# Creating lock file -Create_lockfile .lock +# Aquire lock file +Acquire_lockfile # Remove old sources if [ -d source/live ] |