Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4751225

Browse files
authored
Merge pull request #6295 from wtgodbe/initToolsFix
Stop chmoding nonexistant corerun file in Tools dir
2 parents 4a1ad50 + 2b70df5 commit 4751225

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

init-tools.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ if [ ! -e $__PROJECT_JSON_FILE ]; then
116116
# On ubuntu 14.04, /bin/sh (symbolic link) calls /bin/dash by default.
117117
$__BUILD_TOOLS_PATH/init-tools.sh $__scriptpath $__DOTNET_CMD $__TOOLRUNTIME_DIR
118118

119-
chmod a+x $__TOOLRUNTIME_DIR/corerun
120119
else
121120
echo "$__PROJECT_JSON_FILE found. Skipping .NET CLI installation."
122121
fi

0 commit comments

Comments
 (0)