aboutsummaryrefslogtreecommitdiffstats
path: root/remove_stale.pl
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2004-06-21 21:16:54 +0000
committerFrank Lichtenheld <djpig>2004-06-21 21:16:54 +0000
commit7ffc8c738232a72a41fe73da3b97427c1b9e8261 (patch)
treee014cbc749e1e23fd13ae410b887e7976a5950b8 /remove_stale.pl
parentb21a10b3b2c6ec82c32874cbb459286c02a46571 (diff)
Don't exclude wnpp anymore, should work fine now
CVS version numbers remove_stale.pl: 1.12 -> 1.13
Diffstat (limited to 'remove_stale.pl')
-rwxr-xr-xremove_stale.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/remove_stale.pl b/remove_stale.pl
index 5abcbd3aa94..0510f5b5325 100755
--- a/remove_stale.pl
+++ b/remove_stale.pl
@@ -47,8 +47,8 @@ sub recurse
# Get parameter.
my $directory = shift;
- # Don't try to do anything in the WNPP, l10n or intl/french directories.
- return 0 if $directory =~ /wnpp$/ or $directory =~ /l10n$/ or $directory =~ /ional\/french$/ or $directory =~ /ional\/portuguese$/;
+ # Don't try to do anything in l10n or intl/french directories.
+ return 0 if $directory =~ /l10n$/ or $directory =~ /ional\/french$/ or $directory =~ /ional\/portuguese$/;
# Load all entries for this directory.
opendir THISDIR, $directory

© 2014-2024 Faster IT GmbH | imprint | privacy policy