Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorchcosta <chcosta@microsoft.com>2016-08-25 23:14:39 +0300
committerGitHub <noreply@github.com>2016-08-25 23:14:39 +0300
commit6445e82cceae75fa07fe5123ee290579c78864d5 (patch)
treeaeb1bbedf332fc1edf781e8841fef861aeb42976 /run.sh
parente2f11fcd3e2034483b7c2c68d3260a4a6df1c1bd (diff)
Enable init-tools option to suppress non-error output from the console output (#11059)
* Enable option to suppress non-error output from the console output for init-tools. * Redirect standard output to log * Remove unneccesary arg * Add Linux init-tools changes * revert dotnet to x64 * Remove echo line from run.sh
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 64354936ff..cd70f8bcf8 100755
--- a/run.sh
+++ b/run.sh
@@ -9,6 +9,5 @@ fi
__toolRuntime=$__scriptpath/Tools
__dotnet=$__toolRuntime/dotnetcli/dotnet
-echo Running: $__dotnet $__toolRuntime/run.exe $*
$__dotnet $__toolRuntime/run.exe $*
exit $?