Changeset 31782 in osm for applications/editors/josm/plugins/mapillary/gradlew
- Timestamp:
- 2015-12-01T17:39:37+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/gradlew
r31393 r31782 43 43 esac 44 44 45 # For Cygwin, ensure paths are in UNIX format before anything is touched.46 if $cygwin ; then47 [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`48 fi49 50 45 # Attempt to set APP_HOME 51 46 # Resolve links: $0 may be a link … … 62 57 done 63 58 SAVED="`pwd`" 64 cd "`dirname \"$PRG\"`/" > &-59 cd "`dirname \"$PRG\"`/" >/dev/null 65 60 APP_HOME="`pwd -P`" 66 cd "$SAVED" > &-61 cd "$SAVED" >/dev/null 67 62 68 63 CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar … … 115 110 APP_HOME=`cygpath --path --mixed "$APP_HOME"` 116 111 CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 112 JAVACMD=`cygpath --unix "$JAVACMD"` 117 113 118 114 # We build the pattern for arguments to be converted via cygpath
Note:
See TracChangeset
for help on using the changeset viewer.