]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Show the location of cache.cfg relative to the root directory.
authorSadie Powell <sadie@witchery.services>
Sun, 13 Sep 2020 19:44:47 +0000 (20:44 +0100)
committerSadie Powell <sadie@witchery.services>
Sun, 13 Sep 2020 19:45:36 +0000 (20:45 +0100)
configure

index 2170828463efc088a7b8df82600473b8fa20f7e4..9355a6ad749be244ecdb905ec56f0c5c2da0cb93 100755 (executable)
--- 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) {