commit | 93850a56b2257ca5d0b2bbea82348622d83011b8 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed May 18 06:34:37 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Wed May 18 06:34:37 2005 +0000 |
tree | 7fd0b5bfa26882183b865198485c08aa11d9feac | |
parent | 5797c7f0ef93f3efd0ba6634640f9591716214e3 [diff] |
Patch from Colin Watson (mangled slightly by Rob Landley): This patch implements the 'T' command in sed. This is a GNU extension, but one of the udev hotplug scripts uses it, so I need it in busybox anyway. Includes a test; 'svn add testsuite/sed/sed-branch-conditional-inverted' after applying.