[Yanel-dev] Re: [Yanel-commits] rev 29894 - public/yanel/trunk

Josias Thöny josias.thoeny at wyona.com
Fri Dec 21 10:41:10 CET 2007


michi at wyona.com wrote:
> Author: michi
> Date: 2007-12-15 23:30:07 +0100 (Sat, 15 Dec 2007)
> New Revision: 29894
> 
> Modified:
>    public/yanel/trunk/yanel.sh
> Log:
> bash replaced by sh

I think there is a problem with this commit, because yanel.sh contains 
some commands which don't exist in pure sh.
It still works on most systems because they map sh to bash, but it 
doesn't work for me on Ubuntu 7.10

Did you experience a problem when the script was using #!/bin/bash ?

josias


> 
> Modified: public/yanel/trunk/yanel.sh
> ===================================================================
> --- public/yanel/trunk/yanel.sh	2007-12-15 22:05:58 UTC (rev 29893)
> +++ public/yanel/trunk/yanel.sh	2007-12-15 22:30:07 UTC (rev 29894)
> @@ -1,4 +1,4 @@
> -#!/bin/bash
> +#!/bin/sh
>  
>  echo "Start/Stop Yanel ..."
>  
> 
> _______________________________________________
> Yanel-commits mailing list
> Yanel-commits at wyona.com
> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-commits



More information about the Yanel-development mailing list