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 = " beta6-10389 "
70
+ $BuildVersion = " beta6-10390 "
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=" beta6-10389 "
5
+ _DNVM_BUILDNUMBER=" beta6-10390 "
6
6
_DNVM_AUTHORS=" Microsoft Open Technologies, Inc."
7
7
_DNVM_RUNTIME_PACKAGE_NAME=" dnx"
8
8
_DNVM_RUNTIME_FRIENDLY_NAME=" .NET Execution Environment"
@@ -208,7 +208,7 @@ __dnvm_unpack() {
208
208
209
209
# Set shell commands as executable
210
210
find " $runtimeFolder /bin/" -type f \
211
- -exec sh -c " head -c 11 {} | grep '/usr/bin/env bash|/bin/bash' > /dev/null" \; -print | xargs chmod 775
211
+ -exec sh -c " head -c 20 {} | grep '/usr/bin/env bash\ |/bin/bash' > /dev/null" \; -print | xargs chmod 775
212
212
213
213
# Set dnx to be executable
214
214
chmod 775 " $runtimeFolder /bin/dnx"
You can’t perform that action at this time.
0 commit comments