From c84557db2a38ea962122d58945b56a2cedff188b Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Fri, 9 Mar 2018 07:22:12 +0100 Subject: [PATCH] check_tree.pl: Do not search 'po' directory. Better resurrect (aka rewrite) 'update_po.sh' --- pwx/check_tree.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwx/check_tree.pl b/pwx/check_tree.pl index b5dc2dc3b..1b323b0d2 100755 --- a/pwx/check_tree.pl +++ b/pwx/check_tree.pl @@ -1206,7 +1206,7 @@ sub generate_file_list { # in all legal directories this program allows. Checking against # the built %hWanted ensures that a user provided list of files # is heeded. - for my $xDir ("docs", "factory", "m4", "man", "po", "shell-completion", "src", "tools") { + for my $xDir ("docs", "factory", "m4", "man", "shell-completion", "src", "tools") { if ( -d "$xDir" ) { find(\&wanted, "$xDir"); } -- 2.30.2