changeset 1413:1a6d7e45b0c8

* launcher/launchers.bat.in: added INST_ITW_HOME=%~dp0/../ as default location for windows CP search
author Jiri Vanek <jvanek@redhat.com>
date Tue, 02 May 2017 10:34:49 +0200
parents a0ef81d5add1
children a066aa4c05fc
files ChangeLog launcher/launchers.bat.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	* launcher/launchers.bat.in: added 	INST_ITW_HOME=%~dp0/../ as default location for windows CP search
+
 2017-04-28  Jiri Vanek <jvanek@redhat.com>
 
 	Added and installed windows.bat launchers
--- 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%" == ""  (