aboutsummaryrefslogtreecommitdiff
path: root/po4a/update-po
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-14 20:04:03 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-03-17 00:02:34 +0200
commit0007394d54e21bf30abb9a5e09cbc1e8d44a73ac (patch)
tree2704a5da4fbfab1c768a76733bfb995eea56dee0 /po4a/update-po
parentDoc: Rename Doxygen HTML doc directory name liblzma => api. (diff)
downloadxz-0007394d54e21bf30abb9a5e09cbc1e8d44a73ac.tar.xz
po4a/update-po: Display the script name consistently in error messages.
Diffstat (limited to 'po4a/update-po')
-rwxr-xr-xpo4a/update-po2
1 files changed, 1 insertions, 1 deletions
diff --git a/po4a/update-po b/po4a/update-po
index 3c993072..b1cc9f53 100755
--- a/po4a/update-po
+++ b/po4a/update-po
@@ -26,7 +26,7 @@ fi
if test ! -f po4a.conf; then
cd `dirname "$0"` || exit 1
if test ! -f po4a.conf; then
- echo "update-po: Error: Cannot find po4a.conf." >&2
+ echo "po4a/update-po: Error: Cannot find po4a.conf." >&2
exit 1
fi
fi