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 {
67
67
68
68
# ## Constants
69
69
$ProductVersion = " 1.0.0"
70
- $BuildVersion = " beta5-10363 "
70
+ $BuildVersion = " beta5-10364 "
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=" beta5-10363 "
5
+ _DNVM_BUILDNUMBER=" beta5-10364 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
@@ -194,6 +194,9 @@ __dnvm_unpack() {
194
194
# Set shell commands as executable
195
195
find " $runtimeFolder /bin/" -type f \
196
196
-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"
197
200
}
198
201
199
202
__dnvm_requested_version_or_alias () {
You can’t perform that action at this time.
0 commit comments