diff options
author | Daniel Baumann <daniel@debian.org> | 2011-09-07 15:53:50 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-07 15:53:50 +0200 |
commit | 65f626fe9cd4e8777b97490bed5ba373d681ca3b (patch) | |
tree | 4147ddffc84e85c273dd1965667cc0a2fe15e693 /functions/stagefile.sh | |
parent | 805fc35877788c121f00a9904dfb5c090496c0d9 (diff) | |
download | vyos-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/stagefile.sh')
-rwxr-xr-x | functions/stagefile.sh | 2 |
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 |