aboutsummaryrefslogtreecommitdiffstats
path: root/find-lang.pl
diff options
context:
space:
mode:
Diffstat (limited to 'find-lang.pl')
-rw-r--r--find-lang.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-lang.pl b/find-lang.pl
index 52e6379..3c66e13 100644
--- a/find-lang.pl
+++ b/find-lang.pl
@@ -63,7 +63,7 @@ File::Find::find(
}
($pkg, $lang, $parent) = ($3, $2, $1);
$file =~ s/\.[^\.]+$//;
- $file .= '*';
+ $file .= '.*';
} else {
return;
}