Skip to content

Commit

Permalink
Merge pull request #114 from kloetzl/patch-1
Browse files Browse the repository at this point in the history
fix handling of spaces in paths
  • Loading branch information
rambaut authored Nov 25, 2018
2 parents d7a9f0d + 0ae0c3e commit 64524c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/Linux/scripts/figtree
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

java -Xms64m -Xmx512m -jar lib/figtree.jar $*
java -Xms64m -Xmx512m -jar lib/figtree.jar "$@"

0 comments on commit 64524c4

Please sign in to comment.