[sdk/pology] lang/nb/exclusion: Don’t use deprecated fgrep command

Karl Ove Hufthammer <[email protected]> Tue, 4 Aug 2026 17:34:32 +0000 (UTC)
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 8c967730ee491d1b4e1bd87726b994dd3103de17 by Karl Ove Hufthammer.
Committed on 04/08/2026 at 17:34.
Pushed by huftis into branch 'master'.

Don’t use deprecated fgrep command

M  +1    -1    lang/nb/exclusion/README

https://invent.kde.org/sdk/pology/-/commit/8c967730ee491d1b4e1bd87726b994dd3103de17

diff --git a/lang/nb/exclusion/README b/lang/nb/exclusion/README
index 9d1386bd..4d9c8272 100644
--- a/lang/nb/exclusion/README
+++ b/lang/nb/exclusion/README
@@ -13,7 +13,7 @@
 # The file ‘imperativfeil.dat’ contains a list of imperatives
 # misspelled with an accent. For example, it contains the
 # word ‘installér’ (should be spelled ‘installer’).
-fgrep 'verb imp' fullformsliste_nb.txt | awk -F'\t' '{ print $2 }' | \
+grep -F 'verb imp' fullformsliste_nb.txt | awk -F'\t' '{ print $2 }' | \
 grep '^[^-].*er$' | sort -u | sed 's/er$/ér/' > imperativfeil.dat