aboutsummaryrefslogtreecommitdiffstats
path: root/chk-po
diff options
context:
space:
mode:
authorJohnny A. Solbu <johnny@solbu.net>2023-01-14 17:56:05 +0100
committerJohnny A. Solbu <johnny@solbu.net>2023-01-14 17:56:05 +0100
commit3b109116bc361a972f1bca09e1c9b543b03cf36f (patch)
tree0f9595a47788e367cfa802d31748fdcb2cc3dffb /chk-po
parent8882e9a2103776ea0e706418911d14e07ea7bc60 (diff)
downloadremove-old-kernels-3b109116bc361a972f1bca09e1c9b543b03cf36f.tar
remove-old-kernels-3b109116bc361a972f1bca09e1c9b543b03cf36f.tar.gz
remove-old-kernels-3b109116bc361a972f1bca09e1c9b543b03cf36f.tar.bz2
remove-old-kernels-3b109116bc361a972f1bca09e1c9b543b03cf36f.tar.xz
remove-old-kernels-3b109116bc361a972f1bca09e1c9b543b03cf36f.zip
chk-po: Ignore the Makefile
Diffstat (limited to 'chk-po')
-rwxr-xr-xchk-po2
1 files changed, 1 insertions, 1 deletions
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