summaryrefslogtreecommitdiffstats
path: root/functions.sh.in
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-07-05 00:21:37 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-09 07:12:56 +0000
commitb2d6b47be1ae42ff6271cfa31283a518ea5949ef (patch)
tree1b7de05e4c09f8dd678f31cff96e31ed51960467 /functions.sh.in
parentf15c630cb888dad70809efc12644a4570372320b (diff)
downloadabuild-b2d6b47be1ae42ff6271cfa31283a518ea5949ef.tar.bz2
abuild-b2d6b47be1ae42ff6271cfa31283a518ea5949ef.tar.xz
various: s/echo/msg/, s/echo/error/, tweak error messages
Diffstat (limited to 'functions.sh.in')
-rw-r--r--functions.sh.in2
1 files changed, 1 insertions, 1 deletions
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