diff options
author | Johnny A. Solbu <johnny@solbu.net> | 2023-01-14 17:56:05 +0100 |
---|---|---|
committer | Johnny A. Solbu <johnny@solbu.net> | 2023-01-14 17:56:05 +0100 |
commit | 3b109116bc361a972f1bca09e1c9b543b03cf36f (patch) | |
tree | 0f9595a47788e367cfa802d31748fdcb2cc3dffb | |
parent | 8882e9a2103776ea0e706418911d14e07ea7bc60 (diff) | |
download | remove-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
-rwxr-xr-x | chk-po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |