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 = " beta8-15507 "
70
+ $BuildVersion = " beta8-15508 "
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=" beta8-15507 "
5
+ _DNVM_BUILDNUMBER=" beta8-15508 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
@@ -798,7 +798,7 @@ dnvm()
798
798
local action=" Setting"
799
799
[[ -e " $_DNVM_ALIAS_DIR /$name .alias" ]] && action=" Updating"
800
800
echo " $action alias '$name ' to '$runtimeFullName '"
801
- echo " $runtimeFullName " > " $_DNVM_ALIAS_DIR /$name .alias"
801
+ echo " $runtimeFullName " > | " $_DNVM_ALIAS_DIR /$name .alias"
802
802
;;
803
803
804
804
" unalias" )
You can’t perform that action at this time.
0 commit comments