mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Show the location of cache.cfg relative to the root directory.
This commit is contained in:
parent
10cc4440c7
commit
aebab66b30
2
configure
vendored
2
configure
vendored
@ -147,7 +147,7 @@ print_format "<|BOLD Configuring InspIRCd $version{FULL} on $^O.|>\n";
|
||||
my %config;
|
||||
if ($interactive) {
|
||||
%config = read_config_file(CONFIGURE_CACHE_FILE);
|
||||
run_test CONFIGURE_CACHE_FILE, %config;
|
||||
run_test abs2rel(CONFIGURE_CACHE_FILE, $RealDir), %config;
|
||||
if (!defined $config{VERSION}) {
|
||||
$config{VERSION} = CONFIGURE_CACHE_VERSION;
|
||||
} elsif ($config{VERSION} != CONFIGURE_CACHE_VERSION) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user