From ba0091b0deb9b11c398e05a80e80e6c903a280a6 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Thu, 21 Aug 2025 09:53:10 +0000 Subject: [PATCH] Isolate Things Pt. 3, +- Forgetting Emil --- perl/cgi.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/cgi.pl b/perl/cgi.pl index fc8e466..14bb100 100755 --- a/perl/cgi.pl +++ b/perl/cgi.pl @@ -113,6 +113,7 @@ sub GN::cgi { } sub GN::init() { + my $root = GIT_ROOT; my %data = ( found => 0, ); @@ -126,7 +127,6 @@ sub GN::init() { } sub GN::main() { - my $root = GIT_ROOT; my ($data, $routes, $routes_cache) = GN::init(); GN::cgi($data, $routes, $routes_cache); } -- 2.39.5