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.
--
To UNSUBSCRIBE,
Package: initramfs-tools
Version: 0.96.1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch maverick
This patch is a rebased version of one from Evan Dandrea (CCed), and
allows specifying multiple break points using a comma delimiter. This
is s
Processing commands for cont...@bugs.debian.org:
> tags 585897 + pending
Bug #585897 [initramfs-tools] initramfs-tools: allow multiple break points
Added tag(s) pending.
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
585897: http://bugs.debian.org/cgi-bin/bugrepo
tags 585897 + pending
thanks
* Colin Watson [Mon Jun 14, 2010 at 06:59:06PM +0100]:
> This patch is a rebased version of one from Evan Dandrea (CCed), and
> allows specifying multiple break points using a comma delimiter. This
> is sometimes convenient when debugging the initramfs. I added som
4 matches
Mail list logo