/hg/icedtea-web: PR789: typo in jrunscript.sh

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Thu Sep 22 12:27:28 PDT 2011


changeset 1d720491c619 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=1d720491c619
author: Omair Majid <omajid at redhat.com>
date: Thu Sep 22 15:27:14 2011 -0400

	PR789: typo in jrunscript.sh

	2011-09-22 Lars Herschke <lhersch at dssgmbh.de>

	 PR789: typo in jrunscript.sh
	    * jrunscript.in: Use = instead of ==.


diffstat:

 ChangeLog     |  5 +++++
 NEWS          |  1 +
 jrunscript.in |  2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 9b2205c224d4 -r 1d720491c619 ChangeLog
--- a/ChangeLog	Thu Sep 22 18:01:24 2011 +0200
+++ b/ChangeLog	Thu Sep 22 15:27:14 2011 -0400
@@ -1,3 +1,8 @@
+2011-09-22  Lars Herschke  <lhersch at dssgmbh.de>
+
+	PR789: typo in jrunscript.sh
+	* jrunscript.in: Use = instead of ==.
+
 2011-09-22  Jiri Vanek <jvanek at redhat.com>
 
 	* tests/jnlp_tests/signed/ReadPropertiesBySignedHack/resources/ReadPropertiesBySignedHack.jnlp: 
diff -r 9b2205c224d4 -r 1d720491c619 NEWS
--- a/NEWS	Thu Sep 22 18:01:24 2011 +0200
+++ b/NEWS	Thu Sep 22 15:27:14 2011 -0400
@@ -23,6 +23,7 @@
   - PR771: IcedTea-Web certificate verification code does not use the right API
   - PR742: IcedTea-Web checks certs only upto 1 level deep before declaring them untrusted.
   - PR769: IcedTea-Web does not work with some ssl sites with OpenJDK7
+  - PR789: typo in jrunscript.sh
   - RH734081: Javaws cannot use proxy settings from Firefox
 
 New in release 1.1 (2011-XX-XX):
diff -r 9b2205c224d4 -r 1d720491c619 jrunscript.in
--- a/jrunscript.in	Thu Sep 22 18:01:24 2011 +0200
+++ b/jrunscript.in	Thu Sep 22 15:27:14 2011 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-if [ x"@RHINO_JAR@" == x ] ; then
+if [ x"@RHINO_JAR@" = x ] ; then
   echo "jrunscript requires rhino support"
   exit 1
 fi



More information about the distro-pkg-dev mailing list