summaryrefslogtreecommitdiff
path: root/scripts/build/bootstrap_cache
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/bootstrap_cache')
-rwxr-xr-xscripts/build/bootstrap_cache6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache
index 1c3c7ff25..cc1ac755e 100755
--- a/scripts/build/bootstrap_cache
+++ b/scripts/build/bootstrap_cache
@@ -18,12 +18,12 @@ set -e
DESCRIPTION="Cache bootstrap stage"
USAGE="${PROGRAM} {restore|save} [--force]"
-_ACTION="${1}"
-shift
-
# Processing arguments and configuration files
Init_config_data "${@}"
+_ACTION="${1}"
+shift
+
# Check architecture
Check_crossarchitectures