From: Rob Landley Date: Sun, 1 May 2005 15:58:54 +0000 (-0700) Subject: [PATCH] uml: workaround old problematic sed behaviour X-Git-Tag: v2.6.12-rc4~136^2~123 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05d85a87d9711f5f5f2eb05c79038d5d5ff1f44;p=pandora-kernel.git [PATCH] uml: workaround old problematic sed behaviour Old versions of sed from 1998 (predating the first release of gcc 2.95, but still in use by debian stable) don't understand the single-line version of the sed append command. Since newer versions of sed still understand the... ahem, "vintage" form of the command, change our code to use that. Signed-off-by: Rob Landley Acked-by: Ian McDonald Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed