/hg/icedtea-web: * launcher/launchers.bat.in: added INST_ITW_HO...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Tue May 2 08:25:23 UTC 2017


changeset 1a6d7e45b0c8 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=1a6d7e45b0c8
author: Jiri Vanek <jvanek at redhat.com>
date: Tue May 02 10:34:49 2017 +0200

	* launcher/launchers.bat.in: added 	INST_ITW_HOME=%~dp0/../ as default location for windows CP search


diffstat:

 ChangeLog                 |  4 ++++
 launcher/launchers.bat.in |  3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r a0ef81d5add1 -r 1a6d7e45b0c8 ChangeLog
--- a/ChangeLog	Fri Apr 28 14:19:58 2017 +0200
+++ b/ChangeLog	Tue May 02 10:34:49 2017 +0200
@@ -1,3 +1,7 @@
+2017-05-02  Jiri Vanek <jvanek at redhat.com>
+
+	* launcher/launchers.bat.in: added 	INST_ITW_HOME=%~dp0/../ as default location for windows CP search
+
 2017-04-28  Jiri Vanek <jvanek at redhat.com>
 
 	Added and installed windows.bat launchers
diff -r a0ef81d5add1 -r 1a6d7e45b0c8 launcher/launchers.bat.in
--- a/launcher/launchers.bat.in	Fri Apr 28 14:19:58 2017 +0200
+++ b/launcher/launchers.bat.in	Tue May 02 10:34:49 2017 +0200
@@ -10,7 +10,8 @@
 set PROGRAM_NAME=@PROGRAM_NAME@
 
 rem warning for linux users: when you put VAR="value" also quotes are stored in VAR!
-set INST_ITW_HOME=
+rem maybe set "VAR=value" is working better?
+set INST_ITW_HOME=%~dp0/../
 set INST_JAVA_HOME=
 
 if "%JAVA_HOME%" == ""  (


More information about the distro-pkg-dev mailing list