summaryrefslogtreecommitdiffstats
path: root/src/ob-installdocs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ob-installdocs.sh')
-rw-r--r--src/ob-installdocs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh
index 305d3ee..999aeee 100644
--- a/src/ob-installdocs.sh
+++ b/src/ob-installdocs.sh
@@ -57,7 +57,8 @@ install_docs()
main()
{
if ! ob_set_text_domain 'opkbuild'; then
- printf '%s: Error: Failed to load locale messages\n' >&2
+ printf '%s: Error: Failed to load locale messages\n' \
+ "${0##*/}" >&2
return 1
fi