diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-13 20:44:47 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-13 20:45:36 +0100 |
commit | aebab66b3017889295dc97ee5759e6de233d868b (patch) | |
tree | e1749605ee1f10a1d5b57324f5f215cdcb2accea /configure | |
parent | 10cc4440c7d58fa74f6965b94fba889ff95fc17b (diff) |
Show the location of cache.cfg relative to the root directory.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |