blob: 082bd8700356b2f85798ddd85fe36aff18dc007e [file] [log] [blame]
set +e
echo -e '\0' | busybox grep .
if [ $? != 0 ] ; then
exit 0;
fi
exit 1;