[pisa-src] Re: r1113 - trunk/tools

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Oct 2009 20:14:46 +0200

On Tue, Oct 13, 2009 at 03:27:00PM +0200, Tobias Heer wrote:
> 
> --- /dev/null 00:00:00 1970   (empty, because file is newly added)
> +++ trunk/tools/auto-handover.sh      Tue Oct 13 15:27:00 2009        (r1113)
> @@ -0,0 +1,33 @@
> +
> +if [ "${result[0]}" == "NONE" ]

Use '=' instead of '==', the latter is not POSIX-compatible.

Think shell, not C :)

Diego

Other related posts: