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
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev