Re: [Xen-devel] [OSSTEST PATCH 26/26] cri-common: Add a missing semicolon

2015-09-21 Thread Ian Campbell
On Fri, 2015-09-18 at 18:50 +0100, Ian Jackson wrote: > This is not technically needed as bash interprets `a=1 b=2' as > settings of both a and b. But it's not idiomatic sh within osstest to > use this syntax. > > No functional change. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell _

[Xen-devel] [OSSTEST PATCH 26/26] cri-common: Add a missing semicolon

2015-09-18 Thread Ian Jackson
This is not technically needed as bash interprets `a=1 b=2' as settings of both a and b. But it's not idiomatic sh within osstest to use this syntax. No functional change. Signed-off-by: Ian Jackson --- cri-common |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cri-commo