[med-svn] [figtree] 06/08: fix handling of paths with spaces in wrapper

Fabian Klötzl kloetzl-guest at moszumanska.debian.org
Fri Jul 14 12:20:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

kloetzl-guest pushed a commit to branch master
in repository figtree.

commit 5ba6641700ebcf645136dd178aad988c0bf9d88a
Author: Fabian Klötzl <fabian at kloetzl.info>
Date:   Fri Jul 14 13:05:02 2017 +0200

    fix handling of paths with spaces in wrapper
---
 .../fix_handling_of_paths_with_spaces_in_wrapper.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/patches/fix_handling_of_paths_with_spaces_in_wrapper.patch b/debian/patches/fix_handling_of_paths_with_spaces_in_wrapper.patch
new file mode 100644
index 0000000..e3b6f07
--- /dev/null
+++ b/debian/patches/fix_handling_of_paths_with_spaces_in_wrapper.patch
@@ -0,0 +1,18 @@
+From: Fabian Klötzl <fabian at kloetzl.info>
+Date: Fri, 14 Jul 2017 11:59:41 +0200
+Description: fix handling of paths with spaces in wrapper
+
+---
+ release/Linux/scripts/figtree | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/release/Linux/scripts/figtree b/release/Linux/scripts/figtree
+index f1ec842..6dd9b68 100755
+--- a/release/Linux/scripts/figtree
++++ b/release/Linux/scripts/figtree
+@@ -1,4 +1,4 @@
+ #!/bin/sh
+ 
+-java -Xms64m -Xmx512m -jar lib/figtree.jar $*
++java -Xms64m -Xmx512m -jar lib/figtree.jar "$@"
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/figtree.git



More information about the debian-med-commit mailing list