diff options
Diffstat (limited to 'scripts/build/chroot_tmpfs')
-rwxr-xr-x | scripts/build/chroot_tmpfs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/chroot_tmpfs b/scripts/build/chroot_tmpfs index 93fec81c3..e289c40bc 100755 --- a/scripts/build/chroot_tmpfs +++ b/scripts/build/chroot_tmpfs @@ -18,12 +18,12 @@ set -e DESCRIPTION="Use tmpfs to speedup the build" USAGE="${PROGRAM} {install|remove} [--force]" -_ACTION="${1}" -shift - # Processing arguments and configuration files Init_config_data "${@}" +_ACTION="${1}" +shift + if [ "${LB_BUILD_WITH_TMPFS}" != "true" ] then exit 0 |