From 5d022c24921eec938604a8cb10d70aa08dbd8575 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 14 Mar 2023 20:04:03 +0200 Subject: po4a/update-po: Display the script name consistently in error messages. --- po4a/update-po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po4a/update-po') 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 -- cgit v1.2.3