bin/bugzilla_mesa.sh: rework the looping method
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 23 Feb 2017 11:57:49 +0000 (11:57 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Mar 2017 14:12:48 +0000 (14:12 +0000)
commit3aa5f51c2706023ff707d1e28410f8d9e67e6c6c
tree1c8358eb2721eaa9f22a7777aa7621fa6ed9a200
parent1c3a1d74ec250bd0b51413a24466cab085c7d55e
bin/bugzilla_mesa.sh: rework the looping method

We don't use DRYRUN (and no others scripts have one) so just drop it.

This allows us to rework the loop to the more commonly used "git .... |
while read foo; do ... done"

That in itself gets rid of the only remaining bashism and we can toggle
the shebang to /bin/sh.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
bin/bugzilla_mesa.sh