]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 50279: a couple executable files were missing from the list of files...
authordave%intrec.com <>
Tue, 27 Feb 2001 09:20:55 +0000 (09:20 +0000)
committerdave%intrec.com <>
Tue, 27 Feb 2001 09:20:55 +0000 (09:20 +0000)
checksetup.pl

index 52b0123870c3cb826868b6b21d74f48d44ee980e..2be26451aa3a27ee74bdd35a94d897e2a34872c1 100755 (executable)
@@ -500,7 +500,8 @@ unlink "data/versioncache";
 #
 
 # These are the files which need to be marked executable
-my @executable_files = ('processmail', 'whineatnews.pl', 'collectstats.pl', 'checksetup.pl', 'syncshadowdb');
+my @executable_files = ('processmail', 'whineatnews.pl', 'collectstats.pl',
+   'checksetup.pl', 'syncshadowdb', 'importxml.pl');
 
 # tell me if a file is executable.  All CGI files and those in @executable_files
 # are executable