(duh!) report rc file syntax errors

the "duh!" is because I should have done this long ago...
redis
Sitaram Chamarty 2012-06-21 06:49:18 +05:30
parent a454111d32
commit 621815611c
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,9 @@ $UNSAFE_PATT = qr([`~#\$\&()|;<>]);
my $current_data_version = "3.0";
my $rc = glrc('filename');
do $rc if -r $rc;
if (-r $rc) {
do $rc or die $@;
}
if ( defined($GL_ADMINDIR) ) {
say2 "";
say2 "FATAL: '$rc' seems to be for older gitolite; please see doc/g2migr.mkd\n" . "(online at http://sitaramc.github.com/gitolite/g2migr.html)";