We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136aae1 commit ce8bd94Copy full SHA for ce8bd94
grails-resources/src/grails/home/bash/startGrails.bat
@@ -59,7 +59,7 @@ if "%GRAILS_HOME:~-1%"=="\" SET GRAILS_HOME=%GRAILS_HOME:~0,-1%
59
60
:init
61
62
-for %%x in ("%HOMEPATH%") do set SHORTHOME=%%~fsx
+for %%x in ("%USERPROFILE%") do set SHORTHOME=%%~fsx
63
if "x%GRAILS_AGENT_CACHE_DIR%" == "x" set GRAILS_AGENT_CACHE_DIR=%SHORTHOME%/.grails/@grails.version@/
64
set SPRINGLOADED_PARAMS="profile=grails;cacheDir=%GRAILS_AGENT_CACHE_DIR%"
65
if not exist "%GRAILS_AGENT_CACHE_DIR%" mkdir "%GRAILS_AGENT_CACHE_DIR%"
0 commit comments