diff options
Diffstat (limited to 'scripts/build/chroot_cache')
-rwxr-xr-x | scripts/build/chroot_cache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/chroot_cache b/scripts/build/chroot_cache index 451cda1e0..729584c23 100755 --- a/scripts/build/chroot_cache +++ b/scripts/build/chroot_cache @@ -18,12 +18,12 @@ set -e DESCRIPTION="Cache chroot stage" USAGE="${PROGRAM} {restore|save} [--force]" -_ACTION="${1}" -shift - # Processing arguments and configuration files Init_config_data "${@}" +_ACTION="${1}" +shift + if ! In_list "chroot" ${LB_CACHE_STAGES} then exit 0 |