diff options
author | doko <[email protected]> | 2011-03-21 17:27:20 +0100 |
---|---|---|
committer | doko <[email protected]> | 2011-03-21 17:27:20 +0100 |
commit | 1ac77343ae60de3557d5ee7f0af029a7609aedb7 (patch) | |
tree | b46b21bf58490af7887dbeea1899399d36e4397b | |
parent | c7f5a45be53186f7fe165f48214f4ae91ed1a5ff (diff) |
2011-03-21 Matthias Klose <[email protected]>
* launcher/itweb-settings.in: Use /bin/sh as interpreter.
* launcher/javaws.in: Likewise.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | launcher/itweb-settings.in | 2 | ||||
-rw-r--r-- | launcher/javaws.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2011-03-21 Matthias Klose <[email protected]> + + * launcher/itweb-settings.in: Use /bin/sh as interpreter. + * launcher/javaws.in: Likewise. + 2011-03-14 Andrew Su <[email protected]> * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java: diff --git a/launcher/itweb-settings.in b/launcher/itweb-settings.in index 49d2460..c7bb287 100644 --- a/launcher/itweb-settings.in +++ b/launcher/itweb-settings.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh JAVA=@JAVA@ LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@ diff --git a/launcher/javaws.in b/launcher/javaws.in index 46ea918..1265174 100644 --- a/launcher/javaws.in +++ b/launcher/javaws.in @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh JAVA=@JAVA@ LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@ |