[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#585897: initramfs-tools: allow multiple break points



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.



Reply to: