From 0007394d54e21bf30abb9a5e09cbc1e8d44a73ac Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 14 Mar 2023 20:04:03 +0200 Subject: [PATCH] po4a/update-po: Display the script name consistently in error messages. --- po4a/update-po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po4a/update-po b/po4a/update-po index 3c993072..b1cc9f53 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