Browse Source

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

v5.6
Lasse Collin 1 year ago
parent
commit
0007394d54
  1. 2
      po4a/update-po

2
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

Loading…
Cancel
Save