[icedtea-web][patch] Fix javaws shebang
Matthias Klose
doko at ubuntu.com
Tue May 14 09:13:41 PDT 2013
javaws apparently now uses bash extensions, so fix the shebang too. Should go to
the 1.4 branch and the trunk.
Matthias
-------------- next part --------------
* launcher/javaws.in: Use bash as shebang.
Index: b/launcher/javaws.in
===================================================================
--- a/launcher/javaws.in
+++ b/launcher/javaws.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
JAVA=@JAVA@
LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
More information about the distro-pkg-dev
mailing list