From 3d67ad31b23c1d35cb9839ecb5be2fef66f5dd5c Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 19 Jan 2011 19:37:44 +0100 Subject: [PATCH] IDEA-52274 --- bin/win/idea.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/win/idea.bat b/bin/win/idea.bat index b849c97c2729..e0cfc2bdb4a8 100644 --- a/bin/win/idea.bat +++ b/bin/win/idea.bat @@ -23,7 +23,7 @@ IF NOT EXIST "%JAVA_EXE%" goto error IF "%IDEA_MAIN_CLASS_NAME%" == "" SET IDEA_MAIN_CLASS_NAME=com.intellij.idea.Main -IF NOT "%IDEA_PROPERTIES%" == "" set IDEA_PROPERTIES_PROPERTY=-Didea.properties.file=%IDEA_PROPERTIES% +IF NOT "%IDEA_PROPERTIES%" == "" set IDEA_PROPERTIES_PROPERTY="-Didea.properties.file=%IDEA_PROPERTIES%" :: --------------------------------------------------------------------- :: You may specify your own JVM arguments in idea.exe.vmoptions file. Put one option per line there.