From aebab66b3017889295dc97ee5759e6de233d868b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 13 Sep 2020 20:44:47 +0100 Subject: Show the location of cache.cfg relative to the root directory. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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) { -- cgit v1.2.3