[icedtea-web, patch] use sh instead of bash for launcher scripts

Dr Andrew John Hughes ahughes at redhat.com
Mon Mar 21 07:43:26 PDT 2011


On 19:00 Sun 20 Mar     , Matthias Klose wrote:
> No bashism's in the scripts, just use /bin/sh.
> 

> diff -r 466ad8570145 launcher/itweb-settings.in
> --- a/launcher/itweb-settings.in	Thu Mar 17 15:19:39 2011 -0400
> +++ b/launcher/itweb-settings.in	Sun Mar 20 18:50:32 2011 +0100
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/bin/sh
>  
>  JAVA=@JAVA@
>  LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@
> diff -r 466ad8570145 launcher/javaws.in
> --- a/launcher/javaws.in	Thu Mar 17 15:19:39 2011 -0400
> +++ b/launcher/javaws.in	Sun Mar 20 18:50:32 2011 +0100
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/bin/sh
>  
>  JAVA=@JAVA@
>  LAUNCHER_BOOTCLASSPATH=@LAUNCHER_BOOTCLASSPATH@


Approved.
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and IcedTea
http://www.gnu.org/software/classpath
http://icedtea.classpath.org
PGP Key: F5862A37 (https://keys.indymedia.org/)
Fingerprint = EA30 D855 D50F 90CD F54D  0698 0713 C3ED F586 2A37



More information about the distro-pkg-dev mailing list