From 3b109116bc361a972f1bca09e1c9b543b03cf36f Mon Sep 17 00:00:00 2001 From: "Johnny A. Solbu" Date: Sat, 14 Jan 2023 17:56:05 +0100 Subject: chk-po: Ignore the Makefile --- chk-po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chk-po') diff --git a/chk-po b/chk-po index 59dc6fb..0bd4823 100755 --- a/chk-po +++ b/chk-po @@ -5,7 +5,7 @@ # Number of strings reported should be identical for all languages. clear -for pofile in po/*; do +for pofile in po/*pot po/*po; do echo "Checking - ${pofile}" entries=0 while read line ; do -- cgit v1.2.1