Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Get-BinRoot defaulted to "C:\" instead of "C:\tools" #421

Closed
wants to merge 8 commits into from
Closed

Get-BinRoot defaulted to "C:\" instead of "C:\tools" #421

wants to merge 8 commits into from

Commits on Feb 21, 2014

  1. Get-BinRoot defaulted to "C:\" instead of "C:\tools"

    This is because line 15 set $binRoot to C:\tools, but did not set
    $env:ChocolateyBinRoot. Thus, the expression on line 23 evaluates
    $false (because $env:ChocolateyBinRoot is still $null), so line 25
    overwrites $binRoot with just "C:\".
    Bill Long committed Feb 21, 2014
    Copy the full SHA
    d480625 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. This cleans up config after fix #421.

    This fixes #421 and #430 (comment)
    Redsandro committed Mar 4, 2014
    Copy the full SHA
    cd11749 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    25f7865 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Redsandro/patch-4

    This cleans up config after fix #421.
    Bill Long committed Mar 4, 2014
    Copy the full SHA
    df1fe5a View commit details
    Browse the repository at this point in the history
  4. Merge #2

    Bill Long committed Mar 4, 2014
    Copy the full SHA
    1414f8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from Redsandro/patch-5

    Fixes #421 and bill-long#1
    Bill Long committed Mar 4, 2014
    Copy the full SHA
    c42dec3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into get-binroot-fix

    Bill Long committed Mar 4, 2014
    Copy the full SHA
    0a0625a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2014

  1. Revert "Merge branch 'master' into get-binroot-fix"

    This reverts commit 0a0625a, reversing
    changes made to d480625.
    Bill Long committed Mar 5, 2014
    Copy the full SHA
    27c0208 View commit details
    Browse the repository at this point in the history