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 /launcher | |
parent | c7f5a45be53186f7fe165f48214f4ae91ed1a5ff (diff) |
2011-03-21 Matthias Klose <[email protected]>
* launcher/itweb-settings.in: Use /bin/sh as interpreter.
* launcher/javaws.in: Likewise.
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/itweb-settings.in | 2 | ||||
-rw-r--r-- | launcher/javaws.in | 2 |
2 files changed, 2 insertions, 2 deletions
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@ |