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

This commit is contained in:
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