changeset 732:2041db60cd4b

Use bash as shebang in javaws.in.
author Matthias Klose <doko@ubuntu.com>
date Tue, 14 May 2013 13:28:09 -0400
parents c2bfa83611c1
children 1b1e547ccb4a
files ChangeLog launcher/javaws.in
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue May 14 12:34:44 2013 +0200
+++ b/ChangeLog	Tue May 14 13:28:09 2013 -0400
@@ -1,3 +1,7 @@
+2013-05-14  Matthias Klose  <doko@ubuntu.com>
+
+	* launcher/javaws.in: Use bash as shebang.
+
 2013-05-14  Jiri Vanek  <jvanek@redhat.com>
             Jacob Wisor  <gitne@excite.co.jp>
 
--- a/launcher/javaws.in	Tue May 14 12:34:44 2013 +0200
+++ b/launcher/javaws.in	Tue May 14 13:28:09 2013 -0400
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 JAVA=@JAVA@
 LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@