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

Commit 2b70df5

Browse files
committed
Stop chmoding nonexistant corerun file in Tools dir
1 parent 4a1ad50 commit 2b70df5

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)