From 43c6e6d45ba5618d1e976f0e3c8a0527c49883e3 Mon Sep 17 00:00:00 2001 From: Denis Barbier Date: Sat, 18 May 2002 23:16:41 +0000 Subject: Skip international/portuguese which contains multiple HTML files generated from a single file CVS version numbers remove_stale.pl: 1.8 -> 1.9 --- remove_stale.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remove_stale.pl') diff --git a/remove_stale.pl b/remove_stale.pl index d9239401b61..44dc6f040c7 100755 --- a/remove_stale.pl +++ b/remove_stale.pl @@ -40,7 +40,7 @@ sub recurse 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$/; + return 0 if $directory =~ /wnpp$/ or $directory =~ /l10n$/ or $directory =~ /ional\/french$/ or $directory =~ /ional\/portuguese$/; # Load all entries for this directory. opendir THISDIR, $directory -- cgit v1.2.3