prefix error messages with Error:

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-03-29 22:00:54 +02:00
parent 1cfdc6886f
commit e7f7a88357
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ __cdist_exec_fail_on_error()
__cdist_exit_err()
{
echo "$@" >&2
echo "Error: $@" >&2
exit 1
}