diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-08 09:51:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-08 09:51:14 -0400 |
commit | 49e2e250103b89f5461a591334e4133f3ba8c365 (patch) | |
tree | f6c484f4e4f369e6244dd7dabcae675caa7b00ca | |
parent | d1ac3e48064c79d7949ac52f3d6204a3116fa172 (diff) | |
download | stasis-49e2e250103b89f5461a591334e4133f3ba8c365.tar.gz |
Note purpose behind removing the temporary environment file
-rw-r--r-- | src/stasis_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |