mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
po4a/update-po: Display the script name consistently in error messages.
This commit is contained in:
parent
509157c80c
commit
0007394d54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue