summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-09-07 15:53:50 +0200
committerDaniel Baumann <daniel@debian.org>2011-09-07 15:53:50 +0200
commit65f626fe9cd4e8777b97490bed5ba373d681ca3b (patch)
tree4147ddffc84e85c273dd1965667cc0a2fe15e693 /functions
parent805fc35877788c121f00a9904dfb5c090496c0d9 (diff)
downloadvyos-live-build-65f626fe9cd4e8777b97490bed5ba373d681ca3b.tar.gz
vyos-live-build-65f626fe9cd4e8777b97490bed5ba373d681ca3b.zip
Improve message when skipping a helper because it is already run.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/stagefile.sh2
1 files changed, 1 insertions, 1 deletions
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