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
_
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