summaryrefslogtreecommitdiff
path: root/pwx
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-03-09 07:22:12 +0100
committerSven Eden <yamakuzure@gmx.net>2018-03-09 07:22:12 +0100
commitc84557db2a38ea962122d58945b56a2cedff188b (patch)
treeb70d96989a7c8a9a9be5b5ca12aece85e909e38e /pwx
parentd98fa1bc0e2b5adc356a1f6313a828b3e2fae13a (diff)
check_tree.pl: Do not search 'po' directory. Better resurrect (aka rewrite) 'update_po.sh'
Diffstat (limited to 'pwx')
-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");
}