- Install web start launcher and manpages again. - Allow building with openjdk8. New in release 1.5.2 (2014-11-26): * NetX - RH1095311, PR574 - References class sun.misc.Ref removed in OpenJDK 9 - fixed, and so buildable on JDK9 - RH1154177 - decoded file needed from cache - fixed NPE in https dialog
12 lines
318 B
Text
12 lines
318 B
Text
$NetBSD: patch-launcher_launchers.in,v 1.1 2015/02/23 13:36:46 tnn Exp $
|
|
|
|
--- launcher/launchers.in.orig 2014-11-26 16:39:23.000000000 +0000
|
|
+++ launcher/launchers.in
|
|
@@ -95,6 +95,6 @@ while [ "$j" -lt "${#ARGS[@]}" ]; do
|
|
k=$((k+1))
|
|
done
|
|
|
|
-exec -a "$PROGRAM_NAME" "${COMMAND[@]}"
|
|
+exec "${COMMAND[@]}"
|
|
|
|
exit $?
|