From 49e2e250103b89f5461a591334e4133f3ba8c365 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 8 Oct 2024 09:51:14 -0400 Subject: Note purpose behind removing the temporary environment file --- src/stasis_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stasis_main.c') diff --git a/src/stasis_main.c b/src/stasis_main.c index 2d4c049..eecc419 100644 --- a/src/stasis_main.c +++ b/src/stasis_main.c @@ -572,6 +572,7 @@ int main(int argc, char *argv[]) { exit(1); } } + // The base environment configuration not used past this point remove(mission_base); // Activate test environment -- cgit