[PATCH, CFT] fix awk -v -v handling

Denis Vlasenko vda.linux at googlemail.com
Sat Mar 10 09:19:12 PST 2007


On Saturday 10 March 2007 13:23, Bernhard Fischer wrote:
> *ping*

Failing testcase:

awk -v a=a -v v=qqq -v v=vvv -v b=b 'END { printf("|%s|\n", v); }' </dev/null

We need to invert opt_v before processing it.

Applying to svn. Thanks for pinging.
--
vda


More information about the busybox mailing list