diff options
Diffstat (limited to 'scripts/build/chroot_interactive')
-rwxr-xr-x | scripts/build/chroot_interactive | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/chroot_interactive b/scripts/build/chroot_interactive index 9a536c61a..b27c68d31 100755 --- a/scripts/build/chroot_interactive +++ b/scripts/build/chroot_interactive @@ -32,8 +32,7 @@ Echo_message "Begin interactive build..." Require_stagefile config bootstrap # Checking stage file -STAGE_FILE="chroot_interactive" -Check_stagefile "${STAGE_FILE}" +Check_stagefile # Acquire lock file Acquire_lockfile @@ -54,4 +53,4 @@ case "${LB_INTERACTIVE}" in esac # Creating stage file -Create_stagefile "${STAGE_FILE}" +Create_stagefile |