Skip to content

Commit 4a09a3f

Browse files
committed
Fixed a typo in dev12 PS script
1 parent 7ad25c3 commit 4a09a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_ps_env_VS2013.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Get-Batchfile ($file) {
88

99
function VsVars32()
1010
{
11-
$vs110comntools = (Get-ChildItem env:VS120COMNTOOLS).Value
11+
$vs120comntools = (Get-ChildItem env:VS120COMNTOOLS).Value
1212
$batchFile = [System.IO.Path]::Combine($vs120comntools, "vsvars32.bat")
1313
Get-Batchfile $BatchFile
1414
}

0 commit comments

Comments
 (0)