On Mon, Jun 14, 2010 at 06:59:06PM +0100, Colin Watson wrote:
> - if [ "${break:-}" = "$1" ]; then
> + if echo "${break:-}" | egrep -q "(,|^)$1(,|$)"; then
implicit dependence of BUSYBOX=yes,
i'd prefer not to introduce that, acked with sh implementation.
thank you.