summaryrefslogtreecommitdiffstats
path: root/src/ob-applypatches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ob-applypatches.sh')
-rw-r--r--src/ob-applypatches.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh
index ea8d1bc..bd2a145 100644
--- a/src/ob-applypatches.sh
+++ b/src/ob-applypatches.sh
@@ -56,7 +56,8 @@ apply_patches()
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