[Mesa-dev] [PATCH] i965: Fix union usage for GCC <= 4.6.

Eero Tamminen eero.t.tamminen at intel.com
Mon Dec 8 04:07:51 PST 2014


Hi,

On 12/06/2014 05:46 AM, Jonathan Gray wrote:
> Along with the ABI-check scripts it seems at the very least
> all occurances of "#!/bin/bash" should be changed to
> "#!/usr/bin/env bash" if they are actually bash specific.

Debian's devscripts package's checkbashisms checker tells about Bash needs:
------------------------------
$ checkbashisms bin/bugzilla_mesa.sh
could not find any possible bashisms in bash script bin/bugzilla_mesa.sh

$ checkbashisms bin/shortlog_mesa.sh

$checkbashisms src/egl/wayland/wayland-egl/wayland-egl-symbols-check
could not find any possible bashisms in bash script 
src/egl/wayland/wayland-egl/wayland-egl-symbols-check

$ checkbashisms src/gallium/targets/gbm/gallium-gbm-symbols-check
could not find any possible bashisms in bash script 
src/gallium/targets/gbm/gallium-gbm-symbols-check

$ checkbashisms src/gallium/tools/addr2line.sh

$ checkbashisms src/gallium/tools/trace/tracediff.sh

$ checkbashisms src/gbm/gbm-symbols-check
could not find any possible bashisms in bash script 
src/gbm/gbm-symbols-check
------------------------------


	- Eero



More information about the mesa-dev mailing list