summaryrefslogtreecommitdiffstats
path: root/bin/domo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/domo')
-rwxr-xr-xbin/domo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domo b/bin/domo
index 213b43c59..a7ba5775a 100755
--- a/bin/domo
+++ b/bin/domo
@@ -21,6 +21,6 @@ for x in "$@" ; do
fi
install -m0644 "${x}" "${mydir}/${MOPREFIX}.mo"
else
- echo "${0}: ${x} does not exist"
+ echo "!!! ${0##*/}: $x does not exist" 1>&2
fi
done