From 09ad74caa6d30331df667b32727ca7f368d29710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 8 Oct 2005 14:44:23 +0000 Subject: [PATCH] improve blacklist --- scripts/find_unused_messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/find_unused_messages.sh b/scripts/find_unused_messages.sh index e5c0efd5e..b0fd26eb1 100755 --- a/scripts/find_unused_messages.sh +++ b/scripts/find_unused_messages.sh @@ -19,7 +19,7 @@ echo 'are not necessary a errors!)' echo # filter out known false positives -diff $tmp1 $tmp2 | awk '/^>/ {print $2}' | grep -Ev '(strEncto|strXkana|strDBLink|strPrivDesc|strPrivDescProcess|strTableListOptions|strMissingParameter|strAttribute)' +diff $tmp1 $tmp2 | awk '/^>/ {print $2}' | grep -Ev '(strEncto|strXkana|strDBLink|strPrivDesc|strPrivDescProcess|strTableListOptions|strMissingParameter|strAttribute|strDoSelectAll)' echo echo Not used messages present in english language file: