clutter: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:42:46 +0000 (15:42 +0000)
committerMichael Smith <msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:51 +0000 (18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/clutter/clutter.inc

index 85fe552..84a7af9 100644 (file)
@@ -70,7 +70,7 @@ do_configure_prepend() {
 
 # helper to (re)build shader source files from *.glsl  
 rebuild_shader_sources() {
-       if [ $# == 1 ] && [ $1 ] &&  [ -d $1 ] ; then
+       if [ $# = 1 ] && [ $1 ] &&  [ -d $1 ] ; then
                glespath=$1
                for i in ${glespath}/*.glsl ; do 
                        # *.h