File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
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-10363 "
70+ $BuildVersion = " beta5-10364 "
7171$Authors = " Microsoft Open Technologies, Inc."
7272
7373# If the Version hasn't been replaced...
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-10363 "
5+ _DNVM_BUILDNUMBER=" beta5-10364 "
66_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
77_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
88_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
@@ -194,6 +194,9 @@ __dnvm_unpack() {
194194 # Set shell commands as executable
195195 find " $runtimeFolder /bin/" -type f \
196196 -exec sh -c " head -c 11 {} | grep '/bin/bash' > /dev/null" \; -print | xargs chmod 775
197+
198+ # Set dnx to be executable
199+ chmod 775 " $runtimeFolder /bin/dnx"
197200}
198201
199202__dnvm_requested_version_or_alias () {
You can’t perform that action at this time.
0 commit comments