We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5cda9 commit c57c9c7Copy full SHA for c57c9c7
grails-wrapper/build.gradle
@@ -69,7 +69,7 @@ startScripts.configure { CreateStartScripts t ->
69
t.windowsScript.text = t.windowsScript.text
70
.replace('%APP_HOME%\\lib\\', '%APP_HOME%\\')
71
.replace('"%APP_HOME%\\lib\\', '"%APP_HOME%\\')
72
- .replace('SET APP_HOME=%DIRNAME%..', 'SET APP_HOME=%DIRNAME%')
+ .replace('%DIRNAME%..', '%DIRNAME%')
73
}
74
75
0 commit comments