Re: [Qemu-devel] [RESEND PATCH] build: Fix error script name in git-submodule

2017-12-18 Thread Thomas Huth
On 19.12.2017 03:09, Mao Zhongyi wrote: > When I follow the command line prompts to run > "$ scripts/git-sbumodule.sh update ui/keycodemapdb dtc capstone" > > this is what I got: > -bash: ./scripts/git-sbumodule.sh: No such file or directory > > Cc: Daniel P. Berrange > Fixes: f62bbee55d503f639

[Qemu-devel] [RESEND PATCH] build: Fix error script name in git-submodule

2017-12-18 Thread Mao Zhongyi
When I follow the command line prompts to run "$ scripts/git-sbumodule.sh update ui/keycodemapdb dtc capstone" this is what I got: -bash: ./scripts/git-sbumodule.sh: No such file or directory Cc: Daniel P. Berrange Fixes: f62bbee55d503f639ee9498878ebf42ff4f4299a Signed-off-by: Mao Zhongyi ---