- fix syntax
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Mar 2007 08:55:20 +0000 (08:55 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Mar 2007 08:55:20 +0000 (08:55 -0000)
toolchain/dependencies/check-host-sed.sh

index 55104debdc43e318cb6fae82f40ca77ebb319aca..a1ee28003b304fa531259474cd64d15cbb20bff5 100755 (executable)
@@ -19,7 +19,7 @@ do
        elif test -e ".sedtest-e" ; then
                rm -f ".sedtest-e"
                SED=""
-       elif [ -z "${RESULT}" ] || [ "${RESULT}" != "GOODBYE"] > /dev/null ;
+       elif [ "x$RESULT" = "x" ] || [ "$RESULT" != "GOODBYE" ] > /dev/null ;
        then
                SED=""
        fi