[packages/google-chrome] - improve error message

arekm arekm at pld-linux.org
Thu Dec 3 21:35:43 CET 2015


commit c19259bf893f983f5e068c493634082305c0a3a6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Dec 3 21:35:37 2015 +0100

    - improve error message

 find-lang.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/find-lang.sh b/find-lang.sh
index d24727a..d45d004 100755
--- a/find-lang.sh
+++ b/find-lang.sh
@@ -36,7 +36,7 @@ while read file; do
 		lang=es
 	;;
 	*-*)
-		echo >&2 "ERROR: Need mapping for $lang!"
+		echo >&2 "$PROG: ERROR: Need mapping for language: $lang!"
 		rc=1
 	;;
 	esac
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/google-chrome.git/commitdiff/c19259bf893f983f5e068c493634082305c0a3a6



More information about the pld-cvs-commit mailing list