From b2d6b47be1ae42ff6271cfa31283a518ea5949ef Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Fri, 5 Jul 2013 00:21:37 -0400 Subject: various: s/echo/msg/, s/echo/error/, tweak error messages --- functions.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.sh.in') diff --git a/functions.sh.in b/functions.sh.in index 96b0586..a25c39a 100644 --- a/functions.sh.in +++ b/functions.sh.in @@ -71,7 +71,7 @@ abuild) } error() { - echo "$@" >&2 + echo "$prog: $@" >&2 } ;; esac -- cgit v1.2.3