Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
9c5b374d8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolchain/dependencies/check-host-sed.sh

+ 1 - 1
toolchain/dependencies/check-host-sed.sh

@@ -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