Learn more about cloning repositories
You have read-only access
Patch from Matt Kraai: sed is broken: busybox sed -n '/^a/,/^a/p' >output <<EOF a b a b EOF cmp -s output - <<EOF a b a EOF The attached patch fixes it.