Skip to content

Commit

Permalink
Fix Start-DevPowerShell to use upercase for PSMODULEPATH (unix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Vorobev committed Jul 28, 2016
1 parent 9b7ff0a commit aa0a00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ function Start-DevPowerShell {
$ArgumentList = @('-NoExit') + $ArgumentList
}

$Command = '$env:PSModulePath = Join-Path $env:DEVPATH Modules; ' + $Command
$Command = '$env:PSMODULEPATH = Join-Path $env:DEVPATH Modules; ' + $Command
}

if ($Command)
Expand Down

0 comments on commit aa0a00b

Please sign in to comment.