Skip to content

Commit b03c00d

Browse files
ASP.NET Push Botunknown
authored andcommitted
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@b625b8d
1 parent 953d582 commit b03c00d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dnvm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function _WriteOut {
6767

6868
### Constants
6969
$ProductVersion="1.0.0"
70-
$BuildVersion="beta8-15507"
70+
$BuildVersion="beta8-15508"
7171
$Authors="Microsoft Open Technologies, Inc."
7272

7373
# If the Version hasn't been replaced...

dnvm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Source this file from your .bash-profile or script to use
33

44
# "Constants"
5-
_DNVM_BUILDNUMBER="beta8-15507"
5+
_DNVM_BUILDNUMBER="beta8-15508"
66
_DNVM_AUTHORS="Microsoft Open Technologies, Inc."
77
_DNVM_RUNTIME_PACKAGE_NAME="dnx"
88
_DNVM_RUNTIME_FRIENDLY_NAME=".NET Execution Environment"
@@ -798,7 +798,7 @@ dnvm()
798798
local action="Setting"
799799
[[ -e "$_DNVM_ALIAS_DIR/$name.alias" ]] && action="Updating"
800800
echo "$action alias '$name' to '$runtimeFullName'"
801-
echo "$runtimeFullName" > "$_DNVM_ALIAS_DIR/$name.alias"
801+
echo "$runtimeFullName" >| "$_DNVM_ALIAS_DIR/$name.alias"
802802
;;
803803

804804
"unalias" )

0 commit comments

Comments
 (0)