Merge pull request #77 from szimszon/patch-4
works well with dash and bash, have not tested with other shell...
This commit is contained in:
commit
8febf0ba54
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@
|
|||
# the JVM. With the below settings the heap size (Available memory for the application)
|
||||
# will range from 64 megabyte up to 512 megabyte.
|
||||
|
||||
java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.binary.BinaryInspector %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx512M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.binary.BinaryInspector $@
|
||||
|
|
Loading…
Reference in a new issue