- fix syntax
This commit is contained in:
parent
f506f7c893
commit
9c5b374d8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user