diff options
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index 52b012387..2be26451a 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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 |