File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-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 = " rc1-15535 "
70
+ $BuildVersion = " rc2-15538 "
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=" rc1-15535 "
5
+ _DNVM_BUILDNUMBER=" rc2-15538 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
@@ -981,7 +981,8 @@ dnvm()
981
981
if [[ $2 == " -detailed" ]]; then
982
982
# Calculate widest alias
983
983
local widestAlias=5
984
- for f in ` echo $runtimes ` ; do
984
+ for f in ` echo -e " $runtimes " ` ; do
985
+ f=` echo $f | sed ' s/\([:]\).*//' `
985
986
local pkgName=$( __dnvm_package_name " $f " )
986
987
local pkgVersion=$( __dnvm_package_version " $f " )
987
988
local alias=" "
You can’t perform that action at this time.
0 commit comments