File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function _WriteOut {
67
67
68
68
# ## Constants
69
69
$ProductVersion = " 1.0.0"
70
- $BuildVersion = " beta6-10392 "
70
+ $BuildVersion = " beta6-10393 "
71
71
$Authors = " Microsoft Open Technologies, Inc."
72
72
73
73
# If the Version hasn't been replaced...
Original file line number Diff line number Diff line change 2
2
# Source this file from your .bash-profile or script to use
3
3
4
4
# "Constants"
5
- _DNVM_BUILDNUMBER=" beta6-10392 "
5
+ _DNVM_BUILDNUMBER=" beta6-10393 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
@@ -413,7 +413,7 @@ dnvm()
413
413
fi
414
414
415
415
if [[ $arch == " x86" && $runtime == " coreclr" ]]; then
416
- printf " %b\n" " ${Red} Core CLR doesn't currently have a 32 bit build. You must use x64."
416
+ printf " %b\n" " ${Red} Core CLR doesn't currently have a 32 bit build. You must use x64.${RCol} "
417
417
return 1
418
418
fi
419
419
You can’t perform that action at this time.
0 commit comments