Skip to content

Commit 04cde10

Browse files
authored
Fix grails wrapper not working on Cygwin
1 parent 8796fbc commit 04cde10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/grailsw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ fi
102102
if $cygwin ; then
103103
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
104104
JAVACMD=`cygpath --unix "$JAVACMD"`
105+
JAR_PATH=`cygpath --path --mixed "$JAR_PATH"`
105106

106107
# We build the pattern for arguments to be converted via cygpath
107108
ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`

0 commit comments

Comments
 (0)