From 5326e4da20f4c11bb64a5d6b3d1e982c217f8902 Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Thu, 19 Aug 2010 23:24:24 +0200 Subject: *.t and test.pl don't need to be executable --- Porting/makerel | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Porting/makerel b/Porting/makerel index 41e757bb56..dbc4d1d437 100755 --- a/Porting/makerel +++ b/Porting/makerel @@ -117,14 +117,10 @@ print "\n"; chdir "$relroot/$reldir" or die $!; -my $SEARCH_ROOTS = 't ext lib dist cpan'; - print "Setting file permissions...\n"; system("find . -type f -print | xargs chmod 0444"); system("find . -type d -print | xargs chmod 0755"); -system("find $SEARCH_ROOTS -name '*.t' -print | xargs chmod +x"); -system("find $SEARCH_ROOTS -name 'test.pl' -print | xargs chmod +x"); -my @exe = map { my ($f) = split; glob($f) } +my @exe = map { my ($f) = split; glob($f) } grep { $_ !~ /\A#/ && $_ !~ /\A\s*\z/ } map { split "\n" } do { local (@ARGV, $/) = 'Porting/exec-bit.txt'; <> }; -- cgit v1.2.1