/hg/icedtea-web: fixed quoting wrongly interpreted by cigwin

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Mon Apr 10 19:52:59 UTC 2017


changeset 78812003bcd2 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=78812003bcd2
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Apr 10 22:01:37 2017 +0200

	fixed quoting wrongly interpreted by cigwin
	* Makefile.am: LAUNCHER_BOOTCLASSPATH now using ' instead of "


diffstat:

 ChangeLog   |  6 ++++++
 Makefile.am |  2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r f34f9ca3c3ef -r 78812003bcd2 ChangeLog
--- a/ChangeLog	Mon Apr 10 18:55:17 2017 +0200
+++ b/ChangeLog	Mon Apr 10 22:01:37 2017 +0200
@@ -1,3 +1,9 @@
+2017-04-10  Michal Vala <mvala at redhat.com>
+            Jiri Vanek  <jvanek at redhat.com>
+
+	fixed quoting wrongly interpreted by cigwin
+	* Makefile.am: LAUNCHER_BOOTCLASSPATH now using ' instead of "
+
 2017-04-10  Jiri Vanek <jvanek at redhat.com>
 
 	Reproduced issue PR3351
diff -r f34f9ca3c3ef -r 78812003bcd2 Makefile.am
--- a/Makefile.am	Mon Apr 10 18:55:17 2017 +0200
+++ b/Makefile.am	Mon Apr 10 22:01:37 2017 +0200
@@ -155,7 +155,7 @@
 export UNIFIED_JACOCO_CLASSPATH=$(call joinsegments, $(UNIFIED_JACOCO_CLASSPATH_SEGMENTS))
 export UNIFIED_BOOTCLASSPATH=-Xbootclasspath/a:$(UNIFIED_CLASSPATH)
 # note javaws, itwebsettings and policyeditor (== LAUNCHER_BOOTCLASSPATH) must be always able to compile and run *without* plugin
-export LAUNCHER_BOOTCLASSPATH="$(UNIFIED_BOOTCLASSPATH)"
+export LAUNCHER_BOOTCLASSPATH='$(UNIFIED_BOOTCLASSPATH)'
 export PLUGIN_BOOTCLASSPATH='"$(UNIFIED_BOOTCLASSPATH)"'
 export PLUGIN_COVERAGE_BOOTCLASSPATH='"-Xbootclasspath/a:$(UNIFIED_JACOCO_CLASSPATH)"'
 


More information about the distro-pkg-dev mailing list