From 2b70df555e2e92f52a45eef0df7bc758a1799118 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Fri, 15 Jul 2016 11:10:49 -0700 Subject: [PATCH] Stop chmoding nonexistant corerun file in Tools dir --- init-tools.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/init-tools.sh b/init-tools.sh index 0c56966..e6966cc 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 -- 2.7.4