Re: [Qemu-devel] [PATCH] docker: correctly escape $BACKEND in the help output

2017-11-07 Thread Fam Zheng
On Tue, 11/07 23:47, Philippe Mathieu-Daudé wrote: > In Makefiles the $ must be escaped as $$ in shell uses. > > Since 8a2390a4f47: > > $ make docker > [...] > NETWORK=1Enable virtual network interface with default > backend. > NETWORK=ACKEND Enable virtual networ

[Qemu-devel] [PATCH] docker: correctly escape $BACKEND in the help output

2017-11-07 Thread Philippe Mathieu-Daudé
In Makefiles the $ must be escaped as $$ in shell uses. Since 8a2390a4f47: $ make docker [...] NETWORK=1Enable virtual network interface with default backend. NETWORK=ACKEND Enable virtual network interface with ACKEND. Once escaped: $ make docker [...]