Stop chmoding nonexistant corerun file in Tools dir
authorwtgodbe <wigodbe@microsoft.com>
Fri, 15 Jul 2016 18:10:49 +0000 (11:10 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Fri, 15 Jul 2016 18:10:49 +0000 (11:10 -0700)
init-tools.sh

index 0c56966..e6966cc 100755 (executable)
@@ -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