diff options
Diffstat (limited to 'scripts/build/source_live')
-rwxr-xr-x | scripts/build/source_live | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/source_live b/scripts/build/source_live index e03a37677..7c6f85f9d 100755 --- a/scripts/build/source_live +++ b/scripts/build/source_live @@ -32,8 +32,7 @@ Echo_message "Begin copying live-build configuration..." Require_stagefile config bootstrap # Checking stage file -STAGE_FILE="source_live" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -62,4 +61,4 @@ packages used in the "live" disc). EOF # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |