/hg/icedtea-web: 2011-03-21 Matthias Klose <doko at ubuntu.com>

doko at icedtea.classpath.org doko at icedtea.classpath.org
Mon Mar 21 09:31:07 PDT 2011


changeset a640b4e4d226 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=a640b4e4d226
author: doko at ubuntu.com
date: Mon Mar 21 17:27:20 2011 +0100

	2011-03-21 Matthias Klose <doko at ubuntu.com>

	 * launcher/itweb-settings.in: Use /bin/sh as interpreter.
	        * launcher/javaws.in: Likewise.


diffstat:

 ChangeLog                  |  5 +++++
 launcher/itweb-settings.in |  2 +-
 launcher/javaws.in         |  2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 466ad8570145 -r a640b4e4d226 ChangeLog
--- a/ChangeLog	Thu Mar 17 15:19:39 2011 -0400
+++ b/ChangeLog	Mon Mar 21 17:27:20 2011 +0100
@@ -1,3 +1,8 @@
+2011-03-21  Matthias Klose  <doko at ubuntu.com>
+
+	* launcher/itweb-settings.in: Use /bin/sh as interpreter.
+	* launcher/javaws.in: Likewise.
+
 2011-03-14  Andrew Su <asu at redhat.com>
 
 	* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java:
diff -r 466ad8570145 -r a640b4e4d226 launcher/itweb-settings.in
--- a/launcher/itweb-settings.in	Thu Mar 17 15:19:39 2011 -0400
+++ b/launcher/itweb-settings.in	Mon Mar 21 17:27:20 2011 +0100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 JAVA=@JAVA@
 LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
diff -r 466ad8570145 -r a640b4e4d226 launcher/javaws.in
--- a/launcher/javaws.in	Thu Mar 17 15:19:39 2011 -0400
+++ b/launcher/javaws.in	Mon Mar 21 17:27:20 2011 +0100
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 JAVA=@JAVA@
 LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@



More information about the distro-pkg-dev mailing list