po4a/update-po: Display the script name consistently in error messages.

这个提交包含在:
Lasse Collin 2023-03-14 20:04:03 +02:00
父节点 509157c80c
当前提交 0007394d54
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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