From: wtgodbe Date: Fri, 15 Jul 2016 18:10:49 +0000 (-0700) Subject: Stop chmoding nonexistant corerun file in Tools dir X-Git-Tag: accepted/tizen/base/20180629.140029~4041^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b70df555e2e92f52a45eef0df7bc758a1799118;p=platform%2Fupstream%2Fcoreclr.git Stop chmoding nonexistant corerun file in Tools dir --- 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