From 65f626fe9cd4e8777b97490bed5ba373d681ca3b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Sep 2011 15:53:50 +0200 Subject: Improve message when skipping a helper because it is already run. --- functions/stagefile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions/stagefile.sh') diff --git a/functions/stagefile.sh b/functions/stagefile.sh index b3b4dd9d6..117b0dc8f 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -19,7 +19,7 @@ Check_stagefile () if [ "${_FORCE}" != "true" ] then # Skipping execution - Echo_warning "skipping %s" "${NAME}" + Echo_warning "skipping %s, already done" "${NAME}" exit 0 else # Forcing execution -- cgit v1.2.3