Merge pull request #7231 from jfroche/fix/savedArgv-access

Move savedArgv into libmain
This commit is contained in:
Eelco Dolstra 2022-10-31 16:35:08 +01:00 committed by GitHub
commit 0edba4cc1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -33,6 +33,7 @@
namespace nix {
char * * savedArgv;
static bool gcWarning = true;

View file

@ -53,7 +53,6 @@ static bool haveInternet()
}
std::string programPath;
char * * savedArgv;
struct HelpRequested { };