summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-09-13 20:44:47 +0100
committerSadie Powell <sadie@witchery.services>2020-09-13 20:45:36 +0100
commitaebab66b3017889295dc97ee5759e6de233d868b (patch)
treee1749605ee1f10a1d5b57324f5f215cdcb2accea /configure
parent10cc4440c7d58fa74f6965b94fba889ff95fc17b (diff)
Show the location of cache.cfg relative to the root directory.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 217082846..9355a6ad7 100755
--- a/configure
+++ b/configure
@@ -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) {