From 001ac536478c7dc9e3e3fd1247e29e9845dca445 Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Tue, 31 Jul 2001 19:31:24 +0000 Subject: added an exception for international/french CVS version numbers remove_stale.pl: 1.5 -> 1.6 --- 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 15b78af2ae3..bdf78cbe68e 100755 --- a/remove_stale.pl +++ b/remove_stale.pl @@ -39,8 +39,8 @@ sub recurse # Get parameter. my $directory = shift; - # Don't try to do anything in the WNPP and l10n directories. - return 0 if $directory =~ /wnpp$/ or $directory =~ /l10n$/; + # 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$/; # Load all entries for this directory. opendir THISDIR, $directory -- cgit v1.2.3