Skip to content

Commit

Permalink
Ensure chocolateyForceX86 is only set when requested
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Mar 21, 2019
1 parent 389236f commit 53608da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ public void prepare_powershell_environment(IPackage package, ChocolateyConfigura
Environment.SetEnvironmentVariable("chocolateyChecksumType32", null);
Environment.SetEnvironmentVariable("chocolateyChecksum64", null);
Environment.SetEnvironmentVariable("chocolateyChecksumType64", null);
Environment.SetEnvironmentVariable("chocolateyForceX86", null);

// we only want to pass the following args to packages that would apply.
// like choco install git --params '' should pass those params to git.install,
Expand Down

0 comments on commit 53608da

Please sign in to comment.