Remove bashism from linux-gta01.inc
authorStefan Schmidt <stefan@datenfreihafen.org>
Wed, 25 Jul 2007 14:46:01 +0000 (14:46 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Wed, 25 Jul 2007 14:46:01 +0000 (14:46 +0000)
packages/linux/linux-gta01.inc

index 915e563..098ae9d 100644 (file)
@@ -62,7 +62,7 @@ do_configure() {
 
        echo "CONFIG_CMDLINE=\"${CMDLINE}\"" >> ${S}/.config
 
-       if [ "${TARGET_OS}" == "linux-gnueabi" ]; then
+       if [ "${TARGET_OS}" = "linux-gnueabi" ]; then
                echo "CONFIG_AEABI=y"                   >> ${S}/.config
                echo "CONFIG_OABI_COMPAT=y"             >> ${S}/.config
        else