From 84acaa9bf6d433b0508ddcd772ea42d7df65fab9 Mon Sep 17 00:00:00 2001 From: Onorio Catenacci Date: Mon, 13 Apr 2015 13:52:13 -0400 Subject: [PATCH] Changed the path for calling kotlinc-jvm.bat to use short (8.3) names so that this will work correctly with paths with spaces in them --- compiler/cli/bin/kotlinc.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cli/bin/kotlinc.bat b/compiler/cli/bin/kotlinc.bat index 6092cd286be..3f44a40c982 100644 --- a/compiler/cli/bin/kotlinc.bat +++ b/compiler/cli/bin/kotlinc.bat @@ -14,4 +14,4 @@ rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. -call %~dp0kotlinc-jvm.bat %* +call %~dps0kotlinc-jvm.bat %*