File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function _WriteOut {
6767
6868# ## Constants
6969$ProductVersion = " 1.0.0"
70- $BuildVersion = " beta5-10372 "
70+ $BuildVersion = " beta5-10373 "
7171$Authors = " Microsoft Open Technologies, Inc."
7272
7373# If the Version hasn't been replaced...
@@ -190,7 +190,7 @@ if(!$UserHome) {
190190 _WriteDebug " Detecting User Home..."
191191 $pf = $env: ProgramFiles
192192 if (Test-Path " env:\ProgramFiles(x86)" ) {
193- $pf32 = cat " env:\ProgramFiles(x86)"
193+ $pf32 = Get-Content " env:\ProgramFiles(x86)"
194194 }
195195
196196 # Canonicalize so we can do StartsWith tests
@@ -1366,7 +1366,7 @@ function dnvm-setup {
13661366 _WriteOut " Adding $DestinationHome to Process $HomeEnvVar "
13671367 $processHome = " "
13681368 if (Test-Path " env:\$HomeEnvVar " ) {
1369- $processHome = cat " env:\$HomeEnvVar "
1369+ $processHome = Get-Content " env:\$HomeEnvVar "
13701370 }
13711371 $processHome = Change- Path $processHome " %USERPROFILE%\$DefaultUserDirectoryName " $PathsToRemove
13721372 Set-Content " env:\$HomeEnvVar " $processHome
Original file line number Diff line number Diff line change 22# Source this file from your .bash-profile or script to use
33
44# "Constants"
5- _DNVM_BUILDNUMBER=" beta5-10372 "
5+ _DNVM_BUILDNUMBER=" beta5-10373 "
66_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
77_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
88_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
You can’t perform that action at this time.
0 commit comments