diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-07-05 00:21:37 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-09 07:12:56 +0000 |
commit | b2d6b47be1ae42ff6271cfa31283a518ea5949ef (patch) | |
tree | 1b7de05e4c09f8dd678f31cff96e31ed51960467 /functions.sh.in | |
parent | f15c630cb888dad70809efc12644a4570372320b (diff) | |
download | abuild-b2d6b47be1ae42ff6271cfa31283a518ea5949ef.tar.gz abuild-b2d6b47be1ae42ff6271cfa31283a518ea5949ef.tar.bz2 abuild-b2d6b47be1ae42ff6271cfa31283a518ea5949ef.tar.xz abuild-b2d6b47be1ae42ff6271cfa31283a518ea5949ef.zip |
various: s/echo/msg/, s/echo/error/, tweak error messages
Diffstat (limited to 'functions.sh.in')
-rw-r--r-- | functions.sh.in | 2 |
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 |