From 769cf6e7b7fc40ba424994b3747222a4db369f43 Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Wed, 7 Jan 2015 05:02:13 +0000 Subject: bootstrap: only output message where actually applicable Gbp-Dch: Ignore Closes: #952848 --- scripts/build/bootstrap_cache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3