summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpwx/check_tree.pl2
1 files changed, 1 insertions, 1 deletions
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");
}