Re: [Mesa-dev] [PATCH] glsl: Use more portable bash invocation construct.

2013-11-20 Thread Ian Romanick
On 11/19/2013 11:26 PM, Vinson Lee wrote: > Fixes 'make check' on distros where bash is not at /bin/bash. > > Signed-off-by: Vinson Lee Reviewed-by: Ian Romanick Tested-by: Ian Romanick I just tested it on plain ol' Linux, and it didn't break. > --- > src/glsl/tests/lower_jumps/create_test_

[Mesa-dev] [PATCH] glsl: Use more portable bash invocation construct.

2013-11-19 Thread Vinson Lee
Fixes 'make check' on distros where bash is not at /bin/bash. Signed-off-by: Vinson Lee --- src/glsl/tests/lower_jumps/create_test_cases.py | 2 +- src/glsl/tests/lower_jumps/lower_breaks_1.opt_test | 2 +- src/glsl/tests/lower_jumps/lower_breaks_2.op

[Mesa-dev] [PATCH] glsl: Use more portable bash invocation construct.

2013-10-11 Thread Vinson Lee
Fixes 'make check' on distros where bash is not at /bin/bash. Signed-off-by: Vinson Lee --- src/glsl/tests/lower_jumps/create_test_cases.py | 2 +- src/glsl/tests/lower_jumps/lower_breaks_1.opt_test | 2 +- src/glsl/tests/lower_jumps/lower_breaks_2.op