Merge pull request #4267 from livarcocc/fix_run_csc_cmd

Double quoting the path to the host and to csc.dll in RunCsc.cmd
This commit is contained in:
Livar 2016-09-27 17:52:28 -07:00 committed by GitHub
commit 464024252f

View file

@ -3,4 +3,4 @@
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
%~dp0..\..\dotnet %~dp0csc.exe %*
"%~dp0..\..\dotnet" "%~dp0csc.exe" %*