summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-14 20:04:03 +0200
committerJia Tan <jiat0218@gmail.com>2023-03-17 20:19:20 +0800
commit5d022c24921eec938604a8cb10d70aa08dbd8575 (patch)
tree64ee3fc962067335d37cf855265ad68c4745a3a5
parent896295117324f323c0b8db6a31ad6ebfaa88793d (diff)
downloadxz-5d022c24921eec938604a8cb10d70aa08dbd8575.tar.gz
po4a/update-po: Display the script name consistently in error messages.
-rwxr-xr-xpo4a/update-po2
1 files changed, 1 insertions, 1 deletions
diff --git a/po4a/update-po b/po4a/update-po
index 3c99307..b1cc9f5 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