diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/bootstrap_cache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index 5dad3c68b..d96556742 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -33,13 +33,13 @@ do then case "${1}" in restore) - Echo_message "Restoring bootstrap stage from cache..." - # Checking stage file Check_stagefile .build/bootstrap_cache.restore if [ -d cache/bootstrap ] then + Echo_message "Restoring bootstrap stage from cache..." + # Checking lock file Check_lockfile .lock |