X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FInstall%2Findex.html;h=bc9573bdc237eca98e19d10beda40883763d2770;hp=1c08c73b2a7144d42fa3abc36e1d35f5edb7121a;hb=75162bb14b3e38d66617077843f4dfdcaf09d5c4;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941 diff --git a/rt/share/html/Install/index.html b/rt/share/html/Install/index.html index 1c08c73b2..bc9573bdc 100644 --- a/rt/share/html/Install/index.html +++ b/rt/share/html/Install/index.html @@ -95,7 +95,7 @@ my $file = File::Spec->catfile( $RT::EtcPath, 'RT_SiteConfig.pm' ); if ( ! -e $file ) { # write a blank RT_SiteConfig.pm - open my $fh, '>', $file or die $!; + open( my $fh, '>', $file ) or die $!; close $fh; } elsif ( ! -w $file ) {