From cc43e7d63f7cb27e187b43a406a4b8983a473c06 Mon Sep 17 00:00:00 2001 From: Denis Barbier Date: Wed, 1 Aug 2001 00:39:19 +0000 Subject: Fix detection of international/french CVS version numbers remove_stale.pl: 1.6 -> 1.7 --- 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 bdf78cbe68e..10689744589 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$/; # Load all entries for this directory. opendir THISDIR, $directory -- cgit v1.2.3