Skip to content

Commit c57c9c7

Browse files
committed
fix windows batch file to not go back a directory
1 parent ac5cda9 commit c57c9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-wrapper/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ startScripts.configure { CreateStartScripts t ->
6969
t.windowsScript.text = t.windowsScript.text
7070
.replace('%APP_HOME%\\lib\\', '%APP_HOME%\\')
7171
.replace('"%APP_HOME%\\lib\\', '"%APP_HOME%\\')
72-
.replace('SET APP_HOME=%DIRNAME%..', 'SET APP_HOME=%DIRNAME%')
72+
.replace('%DIRNAME%..', '%DIRNAME%')
7373
}
7474
}
7575

0 commit comments

Comments
 (0)