mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
- fix syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user