- fix syntax

This commit is contained in:
Bernhard Reutner-Fischer 2007-03-12 08:55:20 +00:00
parent f506f7c893
commit 9c5b374d8d

View File

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