On Mon, Apr 25, 2011 at 01:35:21PM +0100, Marcin Nowakowski wrote: > When using a domain login, `whoami` returns the login in > user\domain format. This leads to either warnings on unrecognised > escape sequences or escaped characters being generated for the user. > This patch ensures that any backslash is escaped to a double-backslash > to make sure the name is preserved correctly. This patch does not > enforce escaping on the KBUILD_BUILD_USER variable, as this is something > the user has control of and can escape if required. > V2 simplifies a very complex escape pattern introduced initially. Thanks, this is much more readable :). Applied to kbuild-2.6.git#kbuild. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html