From 7ffc8c738232a72a41fe73da3b97427c1b9e8261 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 21 Jun 2004 21:16:54 +0000 Subject: Don't exclude wnpp anymore, should work fine now CVS version numbers remove_stale.pl: 1.12 -> 1.13 --- remove_stale.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remove_stale.pl') 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 -- cgit v1.2.3