summaryrefslogtreecommitdiff
path: root/debian/mkconf
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-26 20:42:03 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-26 20:42:03 +0000
commit488e6bc8a934da39e7f7f657c83499677475e98c (patch)
tree6976b60536314bc1825aa0c21dd154cb3d7af164 /debian/mkconf
parent0aa16ba9b4f6a83811f5702bd682870e9636a1b0 (diff)
more cleanup of output messages
Diffstat (limited to 'debian/mkconf')
-rw-r--r--debian/mkconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mkconf b/debian/mkconf
index 1cf2f6af..fec13a3d 100644
--- a/debian/mkconf
+++ b/debian/mkconf
@@ -32,7 +32,7 @@ case "${1:-}" in
[ -n "${2:-}" ] && CONFIG=$2
# only barf if the config file specifies anything else than MAILADDR
if egrep -qv '^(MAILADDR.*|#.*|)$' $CONFIG 2>/dev/null; then
- echo "E: ${##*/}: $CONFIG already exists." >&2
+ echo "E: $ME: $CONFIG already exists." >&2
exit -1
fi