Re: [PATCH 25/33] kbuild: use POSIX BRE in headers install target

From: Jan Engelhardt
Date: Sat Jul 21 2007 - 04:40:06 EST



On Jul 21 2007 10:23, Andreas Schwab wrote:
>Oleg Verych <olecom@xxxxxxxxxxxxxx> writes:
>
>>> + -e
>>> "s/[[:space:]]__user[[:space:]]\{1,\}
>>
>> substitute one or more ' __user '
>
>Substitute ' __user' followed by one or more ' '. \{\} applies only to
>the last RE atom.

Uhm, would not it be easier to just use 's/\b__user\b//g' ?



Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/