Revision c7867be7
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
locale/de/locales.pl | ||
---|---|---|
15 | 15 |
} |
16 | 16 |
|
17 | 17 |
opendir DIR, "$bindir" or die "$!"; |
18 |
@progfiles = grep { /\.pl/; !/(_|^\.)/ } readdir DIR;
|
|
18 |
@progfiles = grep { /\.pl$/ && !/(_|^\.)/ } readdir DIR;
|
|
19 | 19 |
seekdir DIR, 0; |
20 | 20 |
@customfiles = grep /_/, readdir DIR; |
21 | 21 |
closedir DIR; |
Auch abrufbar als: Unified diff
Bugfix 347 - locales.pl wertetet falsche Dateien ( *.pl~) aus