[java-wrappers] 44/61: [java-wrappers] fix run_jar

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 17:55:21 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository java-wrappers.

commit 651c760dc65bb18207288462ce6ad0cd07b4d470
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Wed Jun 19 19:42:49 2013 +0000

    [java-wrappers] fix run_jar
---
 debian/changelog | 7 +++++++
 java-wrappers.sh | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c1541df..81ee10e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+java-wrappers (0.1.26) unstable; urgency=low
+
+  * Fix run_jar (closes: #709976) (and, yes, it is fixed on a Wednesday,
+    though not the one announced initially ;-) ...)
+
+ -- Vincent Fourmond <fourmond at debian.org>  Wed, 19 Jun 2013 21:30:54 +0200
+
 java-wrappers (0.1.25) unstable; urgency=low
 
   * Do not implicitly include . in classpaths (closes: #664515)
diff --git a/java-wrappers.sh b/java-wrappers.sh
index c3636df..f3531f0 100644
--- a/java-wrappers.sh
+++ b/java-wrappers.sh
@@ -318,7 +318,7 @@ run_jar() {
     fi
     if locate_jar $1; then
 	shift
-	run_java -jar "$@"
+	run_java -jar "$found_jar" "$@"
     else
 	java_fail "Unable to find jar $1 in $JAVA_JARPATH"
     fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-wrappers.git



More information about the pkg-java-commits mailing list