[PATCH] sed: save the last regex for use later

Denis Vlasenko vda.linux at googlemail.com
Sun Aug 5 20:31:02 PDT 2007


On Saturday 04 August 2007 01:45, Nguyen Thai Ngoc Duy wrote:
> I'm not really get into sed source code, so I might be wrong. Please recheck it.
> With this patch, the following command should return 'abc' (GNU sed
> does but busybox did not):
> echo 'URL: abc'|busybox sed -ne '/^URL: */{ s///p; q }'

Applied, thanks. Seems to not break any of testsuite entry.
--
vda


More information about the busybox mailing list