Re: [Intel-gfx] [PATCH 2/2] Don't use += to append to a shell variable.

2014-10-09 Thread Thomas Wood
On 7 October 2014 17:41, Adam Sampson wrote: > POSIX only requires "=" to be supported; "+=" works in bash but not in > dash. > > Signed-off-by: Adam Sampson Both patches merged, thanks. > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac

[Intel-gfx] [PATCH 2/2] Don't use += to append to a shell variable.

2014-10-08 Thread Adam Sampson
POSIX only requires "=" to be supported; "+=" works in bash but not in dash. Signed-off-by: Adam Sampson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 76487c0..9cdd202 100644 --- a/configure.ac +++ b/configure.ac @@ -203,7