changeset 292:1d720491c619

PR789: typo in jrunscript.sh 2011-09-22 Lars Herschke <lhersch@dssgmbh.de> PR789: typo in jrunscript.sh * jrunscript.in: Use = instead of ==.
author Omair Majid <omajid@redhat.com>
date Thu, 22 Sep 2011 15:27:14 -0400
parents 9b2205c224d4
children 739a31d80baf
files ChangeLog NEWS jrunscript.in
diffstat 3 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@dssgmbh.de>
+
+	PR789: typo in jrunscript.sh
+	* jrunscript.in: Use = instead of ==.
+
 2011-09-22  Jiri Vanek <jvanek@redhat.com>
 
 	* tests/jnlp_tests/signed/ReadPropertiesBySignedHack/resources/ReadPropertiesBySignedHack.jnlp: 
--- 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):
--- 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