Re: [icedtea-web][patch] Fix javaws shebang
Jacob Wisor
gitne at excite.co.jp
Tue May 14 11:01:35 PDT 2013
"Matthias Klose"<doko at ubuntu.com> wrote:
> javaws apparently now uses bash extensions, so fix the shebang too. Should go to
> the 1.4 branch and the trunk.
>
> Matthias
-#!/bin/sh
+#!/bin/bash
Is this really the desired behavior? Please correct me if I am wrong, but /bin/sh is usually a symlink to an arbitrary command shell. Would not it be more suitable to remove or work around those specific bash extensions instead? bash can not be taken for granted on every OS.
Regards,
Jacob
More information about the distro-pkg-dev
mailing list