xserver-kdrive-common: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:49 +0000 (15:43 +0000)
committerMichael Smith <msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:58 +0000 (18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver

index c1a9a44..cb158cb 100644 (file)
@@ -132,7 +132,7 @@ case `module_id` in
                          ARGS="$ARGS -nocursor"
                      fi
                      ARGS="$ARGS -dpi ${DPI} vt1"
-                elif [ `module_id` == "GTA02" ] ; then
+                elif [ `module_id` = "GTA02" ] ; then
                      ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE} -mouse tslib -hide-cursor ${PPM} vt1" 
                      XSERVER=/usr/bin/Xglamo 
                 fi