summaryrefslogtreecommitdiff
path: root/init-tools.sh
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2016-07-15 11:10:49 -0700
committerwtgodbe <wigodbe@microsoft.com>2016-07-15 11:10:49 -0700
commit2b70df555e2e92f52a45eef0df7bc758a1799118 (patch)
tree5b2b48da53c036529a675681cbb2c8f148eae73e /init-tools.sh
parent4a1ad50967ae00888949643307fc87c29880f40a (diff)
downloadcoreclr-2b70df555e2e92f52a45eef0df7bc758a1799118.tar.gz
coreclr-2b70df555e2e92f52a45eef0df7bc758a1799118.tar.bz2
coreclr-2b70df555e2e92f52a45eef0df7bc758a1799118.zip
Stop chmoding nonexistant corerun file in Tools dir
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-xinit-tools.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/init-tools.sh b/init-tools.sh
index 0c56966223..e6966cc2f0 100755
--- a/init-tools.sh
+++ b/init-tools.sh
@@ -116,7 +116,6 @@ if [ ! -e $__PROJECT_JSON_FILE ]; then
# On ubuntu 14.04, /bin/sh (symbolic link) calls /bin/dash by default.
$__BUILD_TOOLS_PATH/init-tools.sh $__scriptpath $__DOTNET_CMD $__TOOLRUNTIME_DIR
- chmod a+x $__TOOLRUNTIME_DIR/corerun
else
echo "$__PROJECT_JSON_FILE found. Skipping .NET CLI installation."
fi